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