Blue Sadness Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sadness palette

Share this palette to:

Blue Sadness color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #7ebe7e;
}
.color-3 {
color: #f7a8a1;
}
.color-4 {
color: #e6b400;
}
.color-5 {
color: #d95f3a;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #7ebe7e;
--color-3: #f7a8a1;
--color-4: #e6b400;
--color-5: #d95f3a;
}

Blue Sadness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #7ebe7e, #f7a8a1, #e6b400, #d95f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #7ebe7e, #f7a8a1, #e6b400, #d95f3a);
}

Blue Sadness color palette created on .