Whispering Woods カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Woods palette

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

Whispering Woods カラーパレット CSS

/* CSS */
.color-1 {
color: #3a693a;
}
.color-2 {
color: #5c8a5c;
}
.color-3 {
color: #97b497;
}
.color-4 {
color: #d1e5d1;
}
.color-5 {
color: #f1f9f1;
}

/* CSS Variables */
:root {
--color-1: #3a693a;
--color-2: #5c8a5c;
--color-3: #97b497;
--color-4: #d1e5d1;
--color-5: #f1f9f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a693a, #5c8a5c, #97b497, #d1e5d1, #f1f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a693a, #5c8a5c, #97b497, #d1e5d1, #f1f9f1);
}

Whispering Woods color palette created on .