Whispering Meadow Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Meadow Dreams palette

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

Whispering Meadow Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfbf9;
}
.color-3 {
color: #f0f1e9;
}
.color-4 {
color: #e5eacd;
}
.color-5 {
color: #d7e2a7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfbf9;
--color-3: #f0f1e9;
--color-4: #e5eacd;
--color-5: #d7e2a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfbf9, #f0f1e9, #e5eacd, #d7e2a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfbf9, #f0f1e9, #e5eacd, #d7e2a7);
}

Whispering Meadow Dreams color palette created on .