Whispering Willow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Willow palette

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

Whispering Willow カラーパレット CSS

/* CSS */
.color-1 {
color: #a9c6b6;
}
.color-2 {
color: #d1e5d2;
}
.color-3 {
color: #a4c1b3;
}
.color-4 {
color: #6fb8a1;
}
.color-5 {
color: #3e796d;
}

/* CSS Variables */
:root {
--color-1: #a9c6b6;
--color-2: #d1e5d2;
--color-3: #a4c1b3;
--color-4: #6fb8a1;
--color-5: #3e796d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c6b6, #d1e5d2, #a4c1b3, #6fb8a1, #3e796d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c6b6, #d1e5d2, #a4c1b3, #6fb8a1, #3e796d);
}

Whispering Willow color palette created on .