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: #f6c84c;
}
.color-2 {
color: #f7b84b;
}
.color-3 {
color: #f79e50;
}
.color-4 {
color: #f76e40;
}
.color-5 {
color: #e94d35;
}
/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f7b84b;
--color-3: #f79e50;
--color-4: #f76e40;
--color-5: #e94d35;
}
Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f7b84b, #f79e50, #f76e40, #e94d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f7b84b, #f79e50, #f76e40, #e94d35);
}
Similar color palettes
Orange Sunset color palette created on .