Pink Bebe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Bebe palette

このパレットを共有する先:

Pink Bebe カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d09f;
}
.color-2 {
color: #f4b8bf;
}
.color-3 {
color: #e49ba5;
}
.color-4 {
color: #d57bbc;
}
.color-5 {
color: #8f4da3;
}

/* CSS Variables */
:root {
--color-1: #f9d09f;
--color-2: #f4b8bf;
--color-3: #e49ba5;
--color-4: #d57bbc;
--color-5: #8f4da3;
}

Pink Bebe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d09f, #f4b8bf, #e49ba5, #d57bbc, #8f4da3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d09f, #f4b8bf, #e49ba5, #d57bbc, #8f4da3);
}

Pink Bebe color palette created on .