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