Embers and Evergreen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers and Evergreen palette
Embers and Evergreen color palette CSS
/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #c67e3f;
}
.color-3 {
color: #8dad48;
}
.color-4 {
color: #f3d05e;
}
.color-5 {
color: #b53e26;
}
/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #c67e3f;
--color-3: #8dad48;
--color-4: #f3d05e;
--color-5: #b53e26;
}
Embers and Evergreen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #c67e3f, #8dad48, #f3d05e, #b53e26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #c67e3f, #8dad48, #f3d05e, #b53e26);
}
Similar color palettes
Embers and Evergreen color palette created on .