Orange Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Sunset palette
Orange Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d74f1d;
}
.color-4 {
color: #a2348e;
}
.color-5 {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #ff6d1f;
--color-3: #d74f1d;
--color-4: #a2348e;
--color-5: #5c3f8d;
}
Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #ff6d1f, #d74f1d, #a2348e, #5c3f8d);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Orange Sunset color palette created on .