Green Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Serenity palette

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

Green Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3b18b;
}
.color-2 {
color: #b8c99c;
}
.color-3 {
color: #d2e9b9;
}
.color-4 {
color: #f2f6a2;
}
.color-5 {
color: #f6d9a2;
}

/* CSS Variables */
:root {
--color-1: #a3b18b;
--color-2: #b8c99c;
--color-3: #d2e9b9;
--color-4: #f2f6a2;
--color-5: #f6d9a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}

Green Serenity color palette created on .