Whispering Creams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Creams palette

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

Whispering Creams カラーパレット CSS

/* CSS */
.color-1 {
color: #e6d6c1;
}
.color-2 {
color: #f2e1c4;
}
.color-3 {
color: #f5d8c7;
}
.color-4 {
color: #e2b7a2;
}
.color-5 {
color: #d49e8c;
}

/* CSS Variables */
:root {
--color-1: #e6d6c1;
--color-2: #f2e1c4;
--color-3: #f5d8c7;
--color-4: #e2b7a2;
--color-5: #d49e8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d6c1, #f2e1c4, #f5d8c7, #e2b7a2, #d49e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d6c1, #f2e1c4, #f5d8c7, #e2b7a2, #d49e8c);
}

Whispering Creams color palette created on .