Light Green Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Green Serenity palette

Share this palette to:

Light Green Serenity color palette 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 background gradient 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 .