Whispering Meadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Meadows palette

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

Whispering Meadows カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f1f7d9;
}
.color-3 {
color: #e0f4b8;
}
.color-4 {
color: #c2e9a5;
}
.color-5 {
color: #a2d4a0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1f7d9;
--color-3: #e0f4b8;
--color-4: #c2e9a5;
--color-5: #a2d4a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1f7d9, #e0f4b8, #c2e9a5, #a2d4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1f7d9, #e0f4b8, #c2e9a5, #a2d4a0);
}

Whispering Meadows color palette created on .