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: #1f3a61;
}
.color-2 {
color: #3c7b9a;
}
.color-3 {
color: #71c5c6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3c7b9a;
--color-3: #71c5c6;
--color-4: #ffb84d;
--color-5: #ff5724;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3c7b9a, #71c5c6, #ffb84d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3c7b9a, #71c5c6, #ffb84d, #ff5724);
}

Blue Sunset color palette created on .