Dark Red Inferno Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red Inferno palette

Share this palette to:

Dark Red Inferno color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #d60000;
}
.color-3 {
color: #b80000;
}
.color-4 {
color: #6b0000;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #d60000;
--color-3: #b80000;
--color-4: #6b0000;
--color-5: #ff9900;
}

Dark Red Inferno background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #d60000, #b80000, #6b0000, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #d60000, #b80000, #6b0000, #ff9900);
}

Dark Red Inferno color palette created on .