Orange Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Sunrise palette
Orange Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fe662f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6d25b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4ebc93;
}
/* CSS Variables */
:root {
--color-1: #fe662f;
--color-2: #f0a800;
--color-3: #e6d25b;
--color-4: #a3d55d;
--color-5: #4ebc93;
}
Orange Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}
Similar color palettes
Scroll down to explore 400+ Orange color palettes
Orange Sunrise color palette created on .