Whispering Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Meadow palette

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

Whispering Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #d4e1b2;
}
.color-2 {
color: #a9b290;
}
.color-3 {
color: #8e9b7d;
}
.color-4 {
color: #c0b49b;
}
.color-5 {
color: #e2d0c5;
}

/* CSS Variables */
:root {
--color-1: #d4e1b2;
--color-2: #a9b290;
--color-3: #8e9b7d;
--color-4: #c0b49b;
--color-5: #e2d0c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e1b2, #a9b290, #8e9b7d, #c0b49b, #e2d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e1b2, #a9b290, #8e9b7d, #c0b49b, #e2d0c5);
}

Whispering Meadow color palette created on .