Fiery Ember Glow Color Palette
Discover the beautiful Fiery Ember Glow color palette featuring yellow orange (#ffad42), orange (#ff6d1f), vermilion (#ff3c00), grenadier (#c73800) and peru tan (#8f3000).
Brightness
Saturation
Warmth
💡 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: #ffad42;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #c73800;
}
.color-5 {
color: #8f3000;
}
/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #c73800;
--color-5: #8f3000;
}
🌈 Fiery Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff6d1f, #ff3c00, #c73800, #8f3000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff6d1f, #ff3c00, #c73800, #8f3000);
}
🔗 Explore similar color palettes
Fiery Ember Glow color palette created on .