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: #3b8c57;
}
.color-2 {
color: #6dd08c;
}
.color-3 {
color: #a2e3a1;
}
.color-4 {
color: #b8e6b3;
}
.color-5 {
color: #e4f7e4;
}
/* CSS Variables */
:root {
--color-1: #3b8c57;
--color-2: #6dd08c;
--color-3: #a2e3a1;
--color-4: #b8e6b3;
--color-5: #e4f7e4;
}
Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8c57, #6dd08c, #a2e3a1, #b8e6b3, #e4f7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8c57, #6dd08c, #a2e3a1, #b8e6b3, #e4f7e4);
}
Similar color palettes
Emerald Serenity color palette created on .