Warm Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Sunset palette
Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6a92c;
}
.color-2 {
color: #e44d3a;
}
.color-3 {
color: #a42d3b;
}
.color-4 {
color: #4a8c7c;
}
.color-5 {
color: #8bccda;
}
/* CSS Variables */
:root {
--color-1: #f6a92c;
--color-2: #e44d3a;
--color-3: #a42d3b;
--color-4: #4a8c7c;
--color-5: #8bccda;
}
Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a92c, #e44d3a, #a42d3b, #4a8c7c, #8bccda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a92c, #e44d3a, #a42d3b, #4a8c7c, #8bccda);
}
Similar color palettes
Warm Sunset color palette created on .