Whispering Woods カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Woods palette

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

Whispering Woods カラーパレット CSS

/* CSS */
.color-1 {
color: #496e4d;
}
.color-2 {
color: #7f9b6f;
}
.color-3 {
color: #a3c8a3;
}
.color-4 {
color: #d0e6c1;
}
.color-5 {
color: #f3f8e7;
}

/* CSS Variables */
:root {
--color-1: #496e4d;
--color-2: #7f9b6f;
--color-3: #a3c8a3;
--color-4: #d0e6c1;
--color-5: #f3f8e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496e4d, #7f9b6f, #a3c8a3, #d0e6c1, #f3f8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496e4d, #7f9b6f, #a3c8a3, #d0e6c1, #f3f8e7);
}

Whispering Woods color palette created on .