Blue Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sunset palette

Share this palette to:

Blue Sunset color palette CSS

/* CSS */
.color-1 {
color: #6ca6e0;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #d84d3b;
}
.color-5 {
color: #b34d97;
}

/* CSS Variables */
:root {
--color-1: #6ca6e0;
--color-2: #f8c572;
--color-3: #f5a524;
--color-4: #d84d3b;
--color-5: #b34d97;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ca6e0, #f8c572, #f5a524, #d84d3b, #b34d97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ca6e0, #f8c572, #f5a524, #d84d3b, #b34d97);
}

Blue Sunset color palette created on .