Fiery Ember Glow Color Palette
Discover the beautiful Fiery Ember Glow color palette featuring gold drop (#f07c00), orange peel (#faa200), school bus yellow (#ffd900), chardonnay (#ffcc80) and orange (#ff6d1f).
Brightness
Saturation
Warmth
Refine
💡 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
UI Examples
Explore beautiful UI components with Fiery Ember Glow palette
💻 Fiery Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #f07c00;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #f07c00;
--color-2: #faa200;
--color-3: #ffd900;
--color-4: #ffcc80;
--color-5: #ff6d1f;
} 🌈 Fiery Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f07c00, #faa200, #ffd900, #ffcc80, #ff6d1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f07c00, #faa200, #ffd900, #ffcc80, #ff6d1f);
} 🔗 Explore similar color palettes
Fiery Ember Glow color palette created on .