Infernal Blossom Color Palette
Discover the beautiful Infernal Blossom color palette featuring saffron (#f6b83c), flame pea (#df5d2a), copper (#c77d3d), cannon pink (#8d3f6e) and bossanova (#592f6a).
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 Infernal Blossom palette
💻 Infernal Blossom color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #df5d2a;
}
.color-3 {
color: #c77d3d;
}
.color-4 {
color: #8d3f6e;
}
.color-5 {
color: #592f6a;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #df5d2a;
--color-3: #c77d3d;
--color-4: #8d3f6e;
--color-5: #592f6a;
} 🌈 Infernal Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #df5d2a, #c77d3d, #8d3f6e, #592f6a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #df5d2a, #c77d3d, #8d3f6e, #592f6a);
} 🔗 Explore similar color palettes
Infernal Blossom color palette created on .