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: #5ca2e0;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f9d36c;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #5ca2e0;
--color-2: #f5b400;
--color-3: #faa700;
--color-4: #f9d36c;
--color-5: #f76e6e;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ca2e0, #f5b400, #faa700, #f9d36c, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ca2e0, #f5b400, #faa700, #f9d36c, #f76e6e);
}

Blue Sunset color palette created on .