Verdant Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Serenity palette

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

Verdant Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c0a0;
}
.color-2 {
color: #b4d39c;
}
.color-3 {
color: #c9e0b3;
}
.color-4 {
color: #e1f2c5;
}
.color-5 {
color: #f7f9d7;
}

/* CSS Variables */
:root {
--color-1: #a8c0a0;
--color-2: #b4d39c;
--color-3: #c9e0b3;
--color-4: #e1f2c5;
--color-5: #f7f9d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c0a0, #b4d39c, #c9e0b3, #e1f2c5, #f7f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c0a0, #b4d39c, #c9e0b3, #e1f2c5, #f7f9d7);
}

Verdant Serenity color palette created on .