Whispering Greens カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Greens palette

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

Whispering Greens カラーパレット CSS

/* CSS */
.color-1 {
color: #b7c9b0;
}
.color-2 {
color: #a5bba0;
}
.color-3 {
color: #96b092;
}
.color-4 {
color: #7f9f81;
}
.color-5 {
color: #678e6f;
}

/* CSS Variables */
:root {
--color-1: #b7c9b0;
--color-2: #a5bba0;
--color-3: #96b092;
--color-4: #7f9f81;
--color-5: #678e6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9b0, #a5bba0, #96b092, #7f9f81, #678e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9b0, #a5bba0, #96b092, #7f9f81, #678e6f);
}

Whispering Greens color palette created on .