Blue Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sunset palette

Share this palette to:

Download Blue Sunset Color Palette (PNG)

Download blue sunset color palette PNG image (landscape)
Download blue sunset color palette PNG image (square)

Blue Sunset color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6f9b;
}
.color-3 {
color: #76a2bc;
}
.color-4 {
color: #f0b351;
}
.color-5 {
color: #d85a2c;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6f9b;
--color-3: #76a2bc;
--color-4: #f0b351;
--color-5: #d85a2c;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6f9b, #76a2bc, #f0b351, #d85a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6f9b, #76a2bc, #f0b351, #d85a2c);
}

Blue Sunset color palette created on .