Loading...

Infernal Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Infernal Harmony palette

Share this palette to:

Download Infernal Harmony Color Palette (PNG)

Download infernal harmony color palette PNG image (landscape)
Download infernal harmony color palette PNG image (square)

Infernal Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #4d9dff;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9d4d;
--color-3: #ffcc4d;
--color-4: #4dff4d;
--color-5: #4d9dff;
}

Infernal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9d4d, #ffcc4d, #4dff4d, #4d9dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9d4d, #ffcc4d, #4dff4d, #4d9dff);
}

Similar color palettes

Infernal Harmony color palette created on .