Inferno Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Inferno palette

Share this palette to:

Inferno color palette PNG image

Download inferno color palette PNG image (landscape)
Download inferno color palette PNG image (square)

Inferno color palette CSS

/* CSS */
.color-1 {
color: #b42222;
}
.color-2 {
color: #ff4400;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #8a0000;
}

/* CSS Variables */
:root {
--color-1: #b42222;
--color-2: #ff4400;
--color-3: #ff6347;
--color-4: #ffd900;
--color-5: #8a0000;
}

Inferno background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42222, #ff4400, #ff6347, #ffd900, #8a0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42222, #ff4400, #ff6347, #ffd900, #8a0000);
}

Inferno color palette created on .