Spicy Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spicy Sunrise palette
Spicy Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f56a19;
}
.color-3 {
color: #f7a62b;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f56a19;
--color-3: #f7a62b;
--color-4: #f9d75d;
--color-5: #f9e1a4;
}
Spicy Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f56a19, #f7a62b, #f9d75d, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f56a19, #f7a62b, #f9d75d, #f9e1a4);
}
Similar color palettes
Spicy Sunrise color palette created on .