Verdant Whispering Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Whispering Shadows palette

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

Verdant Whispering Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #f3fbea;
}
.color-2 {
color: #95c98d;
}
.color-3 {
color: #217d51;
}
.color-4 {
color: #10562d;
}
.color-5 {
color: #4b2a3c;
}

/* CSS Variables */
:root {
--color-1: #f3fbea;
--color-2: #95c98d;
--color-3: #217d51;
--color-4: #10562d;
--color-5: #4b2a3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3fbea, #95c98d, #217d51, #10562d, #4b2a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3fbea, #95c98d, #217d51, #10562d, #4b2a3c);
}

Verdant Whispering Shadows color palette created on .