Embers of Resilience Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Embers of Resilience palette
Embers of Resilience color palette CSS
/* CSS */
.color-1 {
color: #9d2a2c;
}
.color-2 {
color: #d0543e;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #91be6f;
}
/* CSS Variables */
:root {
--color-1: #9d2a2c;
--color-2: #d0543e;
--color-3: #f4a462;
--color-4: #f9c54e;
--color-5: #91be6f;
}
Embers of Resilience background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2a2c, #d0543e, #f4a462, #f9c54e, #91be6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2a2c, #d0543e, #f4a462, #f9c54e, #91be6f);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Embers of Resilience color palette created on .