Sad Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sad Blue palette

Share this palette to:

Sad Blue color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #6a5bcd;
--color-3: #9b58b6;
--color-4: #f39c12;
--color-5: #e74d3c;
}

Sad Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #6a5bcd, #9b58b6, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #6a5bcd, #9b58b6, #f39c12, #e74d3c);
}

Sad Blue color palette created on .