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: #a7bfec;
}
.color-2 {
color: #a9caa0;
}
.color-3 {
color: #f4b49f;
}
.color-4 {
color: #f0c775;
}
.color-5 {
color: #f3e291;
}

/* CSS Variables */
:root {
--color-1: #a7bfec;
--color-2: #a9caa0;
--color-3: #f4b49f;
--color-4: #f0c775;
--color-5: #f3e291;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bfec, #a9caa0, #f4b49f, #f0c775, #f3e291);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bfec, #a9caa0, #f4b49f, #f0c775, #f3e291);
}

Blue Sunset color palette created on .