Sunset Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Orange palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunset Orange Color Palette (PNG)
Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff3d5a;
--color-4: #704d7a;
--color-5: #f0a400;
}
Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff3d5a, #704d7a, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff3d5a, #704d7a, #f0a400);
}
Similar color palettes
Sunset Orange color palette created on .