Emerald Sunburst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Sunburst palette
Emerald Sunburst color palette CSS
/* CSS */
.color-1 {
color: #001f12;
}
.color-2 {
color: #4a5e2b;
}
.color-3 {
color: #8fae56;
}
.color-4 {
color: #fbc618;
}
.color-5 {
color: #fddd5d;
}
/* CSS Variables */
:root {
--color-1: #001f12;
--color-2: #4a5e2b;
--color-3: #8fae56;
--color-4: #fbc618;
--color-5: #fddd5d;
}
Emerald Sunburst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f12, #4a5e2b, #8fae56, #fbc618, #fddd5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f12, #4a5e2b, #8fae56, #fbc618, #fddd5d);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Emerald Sunburst color palette created on .