Whispering Cookies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Cookies palette

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

Whispering Cookies カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e3b4;
}
.color-2 {
color: #e3cfca;
}
.color-3 {
color: #d4b5a0;
}
.color-4 {
color: #a89c8f;
}
.color-5 {
color: #7b6a5b;
}

/* CSS Variables */
:root {
--color-1: #f8e3b4;
--color-2: #e3cfca;
--color-3: #d4b5a0;
--color-4: #a89c8f;
--color-5: #7b6a5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e3b4, #e3cfca, #d4b5a0, #a89c8f, #7b6a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e3b4, #e3cfca, #d4b5a0, #a89c8f, #7b6a5b);
}

Whispering Cookies color palette created on .