Blue Sadness Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sadness palette
Blue Sadness color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #b0c4de;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #e75b04;
}
.color-5 {
color: #d60032;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #b0c4de;
--color-3: #f6b83c;
--color-4: #e75b04;
--color-5: #d60032;
}
Blue Sadness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #b0c4de, #f6b83c, #e75b04, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #b0c4de, #f6b83c, #e75b04, #d60032);
}
Similar color palettes
Scroll down to explore 700+ Blue color palettes
Blue Sadness color palette created on .