Light Green Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green Serenity palette

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

Light Green Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d4e6b3;
}
.color-3 {
color: #b1e09e;
}
.color-4 {
color: #6ecf6e;
}
.color-5 {
color: #4abf6b;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d4e6b3;
--color-3: #b1e09e;
--color-4: #6ecf6e;
--color-5: #4abf6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d4e6b3, #b1e09e, #6ecf6e, #4abf6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d4e6b3, #b1e09e, #6ecf6e, #4abf6b);
}

Light Green Serenity color palette created on .