Melancholic Blues Color Palette
Discover the beautiful Melancholic Blues color palette featuring san juan (#345265), bismark (#446a85), hoki (#5f8a9b), gumbo (#80a5a8) and tower gray (#a2bdbe).
Brightness
Saturation
Warmth
💡 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 Melancholic Blues palette
💻 Melancholic Blues color palette CSS
/* CSS */
.color-1 {
color: #345265;
}
.color-2 {
color: #446a85;
}
.color-3 {
color: #5f8a9b;
}
.color-4 {
color: #80a5a8;
}
.color-5 {
color: #a2bdbe;
}
/* CSS Variables */
:root {
--color-1: #345265;
--color-2: #446a85;
--color-3: #5f8a9b;
--color-4: #80a5a8;
--color-5: #a2bdbe;
} 🌈 Melancholic Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #345265, #446a85, #5f8a9b, #80a5a8, #a2bdbe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #345265, #446a85, #5f8a9b, #80a5a8, #a2bdbe);
} 🔗 Explore similar color palettes
Melancholic Blues color palette created on .