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