Sunrise Inferno Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise Inferno palette

Share this palette to:

Sunrise Inferno color palette CSS

/* CSS */
.color-1 {
color: #eb1000;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ffea00;
}

/* CSS Variables */
:root {
--color-1: #eb1000;
--color-2: #ff4d00;
--color-3: #ff9100;
--color-4: #ffc300;
--color-5: #ffea00;
}

Sunrise Inferno background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb1000, #ff4d00, #ff9100, #ffc300, #ffea00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb1000, #ff4d00, #ff9100, #ffc300, #ffea00);
}

Sunrise Inferno color palette created on .