Emerald Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Serenity palette

Share this palette to:

Emerald Serenity color palette CSS

/* CSS */
.color-1 {
color: #6fdc8b;
}
.color-2 {
color: #4fbf74;
}
.color-3 {
color: #3caf60;
}
.color-4 {
color: #2b9c4f;
}
.color-5 {
color: #208343;
}

/* CSS Variables */
:root {
--color-1: #6fdc8b;
--color-2: #4fbf74;
--color-3: #3caf60;
--color-4: #2b9c4f;
--color-5: #208343;
}

Emerald Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fdc8b, #4fbf74, #3caf60, #2b9c4f, #208343);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fdc8b, #4fbf74, #3caf60, #2b9c4f, #208343);
}

Emerald Serenity color palette created on .