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 PNG image

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: #046c81;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}

/* CSS Variables */
:root {
--color-1: #046c81;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}

Blue Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}

Blue Sunset color palette created on .