Emberborn Inferno Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emberborn Inferno palette

Share this palette to:

Emberborn Inferno color palette CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ff8c1a;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ffca38;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8c1a;
--color-3: #ffc300;
--color-4: #ffca38;
--color-5: #ff4d4d;
}

Emberborn Inferno background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8c1a, #ffc300, #ffca38, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8c1a, #ffc300, #ffca38, #ff4d4d);
}

Emberborn Inferno color palette created on .