Melancholy Hues Color Palette
Discover the beautiful Melancholy Hues color palette featuring danube (#6191cc), regent st blue (#a1c2e3), link water (#cde2ef), lily (#d1b3c0) and old rose (#c07791).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Pastel, Pink, Lavender, Soft, Warm Summer, Muted, Earthy, Modern color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Melancholy Hues palette
💻 Melancholy Hues color palette CSS
/* CSS */
.color-1 {
color: #6191cc;
}
.color-2 {
color: #a1c2e3;
}
.color-3 {
color: #cde2ef;
}
.color-4 {
color: #d1b3c0;
}
.color-5 {
color: #c07791;
}
/* CSS Variables */
:root {
--color-1: #6191cc;
--color-2: #a1c2e3;
--color-3: #cde2ef;
--color-4: #d1b3c0;
--color-5: #c07791;
}
🌈 Melancholy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6191cc, #a1c2e3, #cde2ef, #d1b3c0, #c07791);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6191cc, #a1c2e3, #cde2ef, #d1b3c0, #c07791);
}
🔗 Explore similar color palettes
Melancholy Hues color palette created on .