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: #1f5128;
}
.color-2 {
color: #4b6a7c;
}
.color-3 {
color: #3a786e;
}
.color-4 {
color: #8cbb8b;
}
.color-5 {
color: #c8eada;
}
/* CSS Variables */
:root {
--color-1: #1f5128;
--color-2: #4b6a7c;
--color-3: #3a786e;
--color-4: #8cbb8b;
--color-5: #c8eada;
}
Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5128, #4b6a7c, #3a786e, #8cbb8b, #c8eada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5128, #4b6a7c, #3a786e, #8cbb8b, #c8eada);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Emerald Serenity color palette created on .