Emerald Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Shades palette
Emerald Shades color palette CSS
/* CSS */
.color-1 {
color: #51c878;
}
.color-2 {
color: #3bbf6d;
}
.color-3 {
color: #2bb163;
}
.color-4 {
color: #1d9a4b;
}
.color-5 {
color: #15993c;
}
/* CSS Variables */
:root {
--color-1: #51c878;
--color-2: #3bbf6d;
--color-3: #2bb163;
--color-4: #1d9a4b;
--color-5: #15993c;
}
Emerald Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51c878, #3bbf6d, #2bb163, #1d9a4b, #15993c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51c878, #3bbf6d, #2bb163, #1d9a4b, #15993c);
}
Similar color palettes
Emerald Shades color palette created on .