Emerald Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Elegance palette
Emerald Elegance color palette CSS
/* CSS */
.color-1 {
color: #4b8c3b;
}
.color-2 {
color: #87b55e;
}
.color-3 {
color: #c2d69a;
}
.color-4 {
color: #e5f2c0;
}
.color-5 {
color: #f5f9d2;
}
/* CSS Variables */
:root {
--color-1: #4b8c3b;
--color-2: #87b55e;
--color-3: #c2d69a;
--color-4: #e5f2c0;
--color-5: #f5f9d2;
}
Emerald Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8c3b, #87b55e, #c2d69a, #e5f2c0, #f5f9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8c3b, #87b55e, #c2d69a, #e5f2c0, #f5f9d2);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Emerald Elegance color palette created on .