Whispering Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Meadow palette

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

Whispering Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d5e8d4;
}
.color-3 {
color: #b2e0b2;
}
.color-4 {
color: #7ebe7e;
}
.color-5 {
color: #5daa5a;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d5e8d4;
--color-3: #b2e0b2;
--color-4: #7ebe7e;
--color-5: #5daa5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d5e8d4, #b2e0b2, #7ebe7e, #5daa5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d5e8d4, #b2e0b2, #7ebe7e, #5daa5a);
}

Whispering Meadow color palette created on .