Discover the beautiful Infernal Ember Glow color palette featuring old brick (#8a1e1e), chestnut (#b75c4e), tonys pink (#e4a07c), mandys pink (#f1c3a2) and cinderella (#fce1d9).
Infernal Ember Glow Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
Explore how the Infernal Ember Glow palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Infernal Ember Glow palette
💻 Infernal Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #8a1e1e;
}
.color-2 {
color: #b75c4e;
}
.color-3 {
color: #e4a07c;
}
.color-4 {
color: #f1c3a2;
}
.color-5 {
color: #fce1d9;
}
/* CSS Variables */
:root {
--color-1: #8a1e1e;
--color-2: #b75c4e;
--color-3: #e4a07c;
--color-4: #f1c3a2;
--color-5: #fce1d9;
}
🌈 Infernal Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1e1e, #b75c4e, #e4a07c, #f1c3a2, #fce1d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1e1e, #b75c4e, #e4a07c, #f1c3a2, #fce1d9);
}
🔗 Explore similar color palettes
Infernal Ember Glow color palette created on .