Whispering Caramel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Caramel palette

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

Whispering Caramel カラーパレット CSS

/* CSS */
.color-1 {
color: #b89c7a;
}
.color-2 {
color: #d4b7a1;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #f9ded2;
}
.color-5 {
color: #f4c8b8;
}

/* CSS Variables */
:root {
--color-1: #b89c7a;
--color-2: #d4b7a1;
--color-3: #e7d0c5;
--color-4: #f9ded2;
--color-5: #f4c8b8;
}

Whispering Caramel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89c7a, #d4b7a1, #e7d0c5, #f9ded2, #f4c8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89c7a, #d4b7a1, #e7d0c5, #f9ded2, #f4c8b8);
}

Whispering Caramel color palette created on .