Inferno Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Inferno Bloom palette
Inferno Bloom color palette CSS
/* CSS */
.color-1 {
color: #5d2b1d;
}
.color-2 {
color: #d24d28;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #a1d86f;
}
.color-5 {
color: #4f7d7d;
}
/* CSS Variables */
:root {
--color-1: #5d2b1d;
--color-2: #d24d28;
--color-3: #f5a300;
--color-4: #a1d86f;
--color-5: #4f7d7d;
}
Inferno Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d2b1d, #d24d28, #f5a300, #a1d86f, #4f7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d2b1d, #d24d28, #f5a300, #a1d86f, #4f7d7d);
}
Similar color palettes
Scroll down to explore 10+ Fire color palettes
Inferno Bloom color palette created on .