Emerald Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Serenity palette
Emerald Serenity color palette CSS
/* CSS */
.color-1 {
color: #2b9c6b;
}
.color-2 {
color: #4fb59f;
}
.color-3 {
color: #7dd8c6;
}
.color-4 {
color: #b4f3e1;
}
.color-5 {
color: #f6a4a2;
}
/* CSS Variables */
:root {
--color-1: #2b9c6b;
--color-2: #4fb59f;
--color-3: #7dd8c6;
--color-4: #b4f3e1;
--color-5: #f6a4a2;
}
Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b9c6b, #4fb59f, #7dd8c6, #b4f3e1, #f6a4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b9c6b, #4fb59f, #7dd8c6, #b4f3e1, #f6a4a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Emerald Serenity color palette created on .