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: #5fc6e3;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f5e870;
}
.color-4 {
color: #fbaf3c;
}
.color-5 {
color: #aa505d;
}
/* CSS Variables */
:root {
--color-1: #5fc6e3;
--color-2: #f1a8a2;
--color-3: #f5e870;
--color-4: #fbaf3c;
--color-5: #aa505d;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fc6e3, #f1a8a2, #f5e870, #fbaf3c, #aa505d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fc6e3, #f1a8a2, #f5e870, #fbaf3c, #aa505d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Sunset color palette created on .