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: #298ebc;
}
.color-2 {
color: #a8e0e6;
}
.color-3 {
color: #f5b85c;
}
.color-4 {
color: #f08d3d;
}
.color-5 {
color: #d54e3f;
}

/* CSS Variables */
:root {
--color-1: #298ebc;
--color-2: #a8e0e6;
--color-3: #f5b85c;
--color-4: #f08d3d;
--color-5: #d54e3f;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #298ebc, #a8e0e6, #f5b85c, #f08d3d, #d54e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #298ebc, #a8e0e6, #f5b85c, #f08d3d, #d54e3f);
}

Blue Sunset color palette created on .