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: #29b6e0;
}
.color-2 {
color: #f68d1e;
}
.color-3 {
color: #ff5a3d;
}
.color-4 {
color: #ffbd52;
}
.color-5 {
color: #e3f0d6;
}
/* CSS Variables */
:root {
--color-1: #29b6e0;
--color-2: #f68d1e;
--color-3: #ff5a3d;
--color-4: #ffbd52;
--color-5: #e3f0d6;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b6e0, #f68d1e, #ff5a3d, #ffbd52, #e3f0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b6e0, #f68d1e, #ff5a3d, #ffbd52, #e3f0d6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Sunset color palette created on .