Infernal Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Infernal Sunrise palette
Infernal Sunrise color palette CSS
/* CSS */
.color-1 {
color: #9f3c3e;
}
.color-2 {
color: #c84c4e;
}
.color-3 {
color: #e68970;
}
.color-4 {
color: #f1b58e;
}
.color-5 {
color: #f6e7a7;
}
/* CSS Variables */
:root {
--color-1: #9f3c3e;
--color-2: #c84c4e;
--color-3: #e68970;
--color-4: #f1b58e;
--color-5: #f6e7a7;
}
Infernal Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f3c3e, #c84c4e, #e68970, #f1b58e, #f6e7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f3c3e, #c84c4e, #e68970, #f1b58e, #f6e7a7);
}
Similar color palettes
Infernal Sunrise color palette created on .