Whispering Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Forest palette

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

Whispering Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #b8e2a1;
}
.color-3 {
color: #c4e8b0;
}
.color-4 {
color: #d8f0c1;
}
.color-5 {
color: #e5f9d7;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #b8e2a1;
--color-3: #c4e8b0;
--color-4: #d8f0c1;
--color-5: #e5f9d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #b8e2a1, #c4e8b0, #d8f0c1, #e5f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #b8e2a1, #c4e8b0, #d8f0c1, #e5f9d7);
}

Whispering Forest color palette created on .