Melancholy Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholy Hues palette
Melancholy Hues color palette CSS
/* CSS */
.color-1 {
color: #3e4f74;
}
.color-2 {
color: #4f6c92;
}
.color-3 {
color: #87a3b0;
}
.color-4 {
color: #d4afa0;
}
.color-5 {
color: #e86f6d;
}
/* CSS Variables */
:root {
--color-1: #3e4f74;
--color-2: #4f6c92;
--color-3: #87a3b0;
--color-4: #d4afa0;
--color-5: #e86f6d;
}
Melancholy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4f74, #4f6c92, #87a3b0, #d4afa0, #e86f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4f74, #4f6c92, #87a3b0, #d4afa0, #e86f6d);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Melancholy Hues color palette created on .