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