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: #59b4e8;
}
.color-2 {
color: #fbd065;
}
.color-3 {
color: #f69051;
}
.color-4 {
color: #f0615c;
}
.color-5 {
color: #a01c51;
}
/* CSS Variables */
:root {
--color-1: #59b4e8;
--color-2: #fbd065;
--color-3: #f69051;
--color-4: #f0615c;
--color-5: #a01c51;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b4e8, #fbd065, #f69051, #f0615c, #a01c51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b4e8, #fbd065, #f69051, #f0615c, #a01c51);
}
Similar color palettes
Blue Sunset color palette created on .