Sunset Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Orange palette
Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f8be2a;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #3b8bba;
}
/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #f47b1f;
--color-3: #f8be2a;
--color-4: #a3d55d;
--color-5: #3b8bba;
}
Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #f47b1f, #f8be2a, #a3d55d, #3b8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #f47b1f, #f8be2a, #a3d55d, #3b8bba);
}
Similar color palettes
Sunset Orange color palette created on .