Emerald Dazzle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Dazzle palette
Download Emerald Dazzle Color Palette (PNG)
Emerald Dazzle color palette CSS
/* CSS */
.color-1 {
color: #2ecc70;
}
.color-2 {
color: #28af60;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #16a286;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #28af60;
--color-3: #1abc9c;
--color-4: #16a286;
--color-5: #2b3d50;
}
Emerald Dazzle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #28af60, #1abc9c, #16a286, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #28af60, #1abc9c, #16a286, #2b3d50);
}
Similar color palettes
Scroll down to explore 1000+ colors.emerald color palettes
Emerald Dazzle color palette created on .