Valerie's Emberglow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Valerie's Emberglow palette
Download Valerie's Emberglow Color Palette (PNG)
Valerie's Emberglow color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff2b00;
}
.color-5 {
color: #ff1a00;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff5e00;
--color-3: #ff3c00;
--color-4: #ff2b00;
--color-5: #ff1a00;
}
Valerie's Emberglow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff5e00, #ff3c00, #ff2b00, #ff1a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff5e00, #ff3c00, #ff2b00, #ff1a00);
}
Similar color palettes
Valerie's Emberglow color palette created on .