Fiery Red Color Palette
Discover the beautiful Fiery Red color palette featuring burning orange (#ff6d2e), red orange (#ff3c1a), torch red (#ff1a1a), alizarin crimson (#d62b1f) and mojo (#c84a3c).
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 Red palette
💻 Fiery Red color palette CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff3c1a;
}
.color-3 {
color: #ff1a1a;
}
.color-4 {
color: #d62b1f;
}
.color-5 {
color: #c84a3c;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff3c1a;
--color-3: #ff1a1a;
--color-4: #d62b1f;
--color-5: #c84a3c;
} 🌈 Fiery Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff3c1a, #ff1a1a, #d62b1f, #c84a3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff3c1a, #ff1a1a, #d62b1f, #c84a3c);
} 🔗 Explore similar color palettes
Fiery Red color palette created on .