Whispered Creams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispered Creams palette

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

Whispered Creams カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e6d9;
}
.color-2 {
color: #e2c7b1;
}
.color-3 {
color: #d4b8a0;
}
.color-4 {
color: #b79a8a;
}
.color-5 {
color: #9a7e7e;
}

/* CSS Variables */
:root {
--color-1: #f2e6d9;
--color-2: #e2c7b1;
--color-3: #d4b8a0;
--color-4: #b79a8a;
--color-5: #9a7e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d9, #e2c7b1, #d4b8a0, #b79a8a, #9a7e7e);
}

Whispered Creams color palette created on .