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