Inferno Blossom Color Palette
Discover the beautiful Inferno Blossom color palette featuring red devil (#830110), thunderbird (#b1161e), valencia (#d63f2e), carnation (#f76b69) and vivid tangerine (#ff8a8a).
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 Inferno Blossom palette
💻 Inferno Blossom color palette CSS
/* CSS */
.color-1 {
color: #830110;
}
.color-2 {
color: #b1161e;
}
.color-3 {
color: #d63f2e;
}
.color-4 {
color: #f76b69;
}
.color-5 {
color: #ff8a8a;
}
/* CSS Variables */
:root {
--color-1: #830110;
--color-2: #b1161e;
--color-3: #d63f2e;
--color-4: #f76b69;
--color-5: #ff8a8a;
}
🌈 Inferno Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830110, #b1161e, #d63f2e, #f76b69, #ff8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830110, #b1161e, #d63f2e, #f76b69, #ff8a8a);
}
🔗 Explore similar color palettes
Inferno Blossom color palette created on .