Sunset Citrus Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Citrus palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Citrus Color Palette (PNG)
Sunset Citrus color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffbb3d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff9e3d;
--color-3: #ffbb3d;
--color-4: #ffd900;
--color-5: #ffcc00;
}
Sunset Citrus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff9e3d, #ffbb3d, #ffd900, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff9e3d, #ffbb3d, #ffd900, #ffcc00);
}
Similar color palettes
Scroll down to explore 200+ Orange color palettes
Sunset Citrus color palette created on .