Sad Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sad Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sad Blue Color Palette (PNG)
Sad Blue color palette CSS
/* CSS */
.color-1 {
color: #5b7f9f;
}
.color-2 {
color: #7b9d7f;
}
.color-3 {
color: #9d7b9d;
}
.color-4 {
color: #e6b04c;
}
.color-5 {
color: #d65b2e;
}
/* CSS Variables */
:root {
--color-1: #5b7f9f;
--color-2: #7b9d7f;
--color-3: #9d7b9d;
--color-4: #e6b04c;
--color-5: #d65b2e;
}
Sad Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7f9f, #7b9d7f, #9d7b9d, #e6b04c, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7f9f, #7b9d7f, #9d7b9d, #e6b04c, #d65b2e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sad Blue color palette created on .