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: #004717;
}
.color-2 {
color: #2e6b3f;
}
.color-3 {
color: #5c995e;
}
.color-4 {
color: #86caa6;
}
.color-5 {
color: #b0e3d0;
}
/* CSS Variables */
:root {
--color-1: #004717;
--color-2: #2e6b3f;
--color-3: #5c995e;
--color-4: #86caa6;
--color-5: #b0e3d0;
}
Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004717, #2e6b3f, #5c995e, #86caa6, #b0e3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004717, #2e6b3f, #5c995e, #86caa6, #b0e3d0);
}
Similar color palettes
Emerald Serenity color palette created on .