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: #7191da;
}
.color-2 {
color: #7ab38c;
}
.color-3 {
color: #fbe66f;
}
.color-4 {
color: #f99a0b;
}
.color-5 {
color: #ec4e3c;
}

/* CSS Variables */
:root {
--color-1: #7191da;
--color-2: #7ab38c;
--color-3: #fbe66f;
--color-4: #f99a0b;
--color-5: #ec4e3c;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7191da, #7ab38c, #fbe66f, #f99a0b, #ec4e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7191da, #7ab38c, #fbe66f, #f99a0b, #ec4e3c);
}

Blue Sunset color palette created on .