Crimson Ember Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Ember Glow palette
Crimson Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #db5f00;
}
.color-3 {
color: #a82d00;
}
.color-4 {
color: #700000;
}
.color-5 {
color: #c24100;
}
/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #db5f00;
--color-3: #a82d00;
--color-4: #700000;
--color-5: #c24100;
}
Crimson Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #db5f00, #a82d00, #700000, #c24100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #db5f00, #a82d00, #700000, #c24100);
}
Similar color palettes
Crimson Ember Glow color palette created on .