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: #8ab4e0;
}
.color-2 {
color: #f0a3a9;
}
.color-3 {
color: #f2d8a1;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #f5b042;
}

/* CSS Variables */
:root {
--color-1: #8ab4e0;
--color-2: #f0a3a9;
--color-3: #f2d8a1;
--color-4: #f9e79f;
--color-5: #f5b042;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ab4e0, #f0a3a9, #f2d8a1, #f9e79f, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ab4e0, #f0a3a9, #f2d8a1, #f9e79f, #f5b042);
}

Blue Sunset color palette created on .