Melancholy Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melancholy Hues palette

Share this palette to:

Melancholy Hues color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #7b9acc;
}
.color-3 {
color: #a4b6d5;
}
.color-4 {
color: #d1c7e1;
}
.color-5 {
color: #e5dff1;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #7b9acc;
--color-3: #a4b6d5;
--color-4: #d1c7e1;
--color-5: #e5dff1;
}

Melancholy Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #7b9acc, #a4b6d5, #d1c7e1, #e5dff1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #7b9acc, #a4b6d5, #d1c7e1, #e5dff1);
}

Melancholy Hues color palette created on .