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: #ff8b3d;
}
.color-2 {
color: #ffbb5c;
}
.color-3 {
color: #ffe8a3;
}
.color-4 {
color: #f1f0d5;
}
.color-5 {
color: #4b7c5a;
}
/* CSS Variables */
:root {
--color-1: #ff8b3d;
--color-2: #ffbb5c;
--color-3: #ffe8a3;
--color-4: #f1f0d5;
--color-5: #4b7c5a;
}
Spicy Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b3d, #ffbb5c, #ffe8a3, #f1f0d5, #4b7c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b3d, #ffbb5c, #ffe8a3, #f1f0d5, #4b7c5a);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Spicy Sunrise color palette created on .