Ignite the Flame Color Palette
Discover the beautiful Ignite the Flame color palette featuring energy yellow (#f9d64e), orange peel (#faa200), mango tango (#eb7500), burning orange (#ff6d2e) and vermilion (#ff3c00).
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 Ignite the Flame palette
💻 Ignite the Flame color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #eb7500;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #faa200;
--color-3: #eb7500;
--color-4: #ff6d2e;
--color-5: #ff3c00;
}
🌈 Ignite the Flame background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #faa200, #eb7500, #ff6d2e, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #faa200, #eb7500, #ff6d2e, #ff3c00);
}
🔗 Explore similar color palettes
Ignite the Flame color palette created on .