Whispering Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Forest palette

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

Whispering Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #465c67;
}
.color-2 {
color: #5c654e;
}
.color-3 {
color: #586151;
}
.color-4 {
color: #a1c4b4;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #465c67;
--color-2: #5c654e;
--color-3: #586151;
--color-4: #a1c4b4;
--color-5: #f3e4aa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #465c67, #5c654e, #586151, #a1c4b4, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #465c67, #5c654e, #586151, #a1c4b4, #f3e4aa);
}

Whispering Forest color palette created on .