Blue Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset color palette CSS
/* CSS */
.color-1 {
color: #3a99cf;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #f3712b;
}
/* CSS Variables */
:root {
--color-1: #3a99cf;
--color-2: #f5a524;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #f3712b;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a99cf, #f5a524, #f9c54e, #91be6f, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a99cf, #f5a524, #f9c54e, #91be6f, #f3712b);
}
Similar color palettes
Blue Sunset color palette created on .