Melancholy Blossom Color Palette
Discover the beautiful Melancholy Blossom color palette featuring voodoo (#492e4d), affair (#704d7a), trendy pink (#9d6b9e), careys pink (#d7a3c1) and azalea (#f1b1d3).
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 Melancholy Blossom palette
💻 Melancholy Blossom color palette CSS
/* CSS */
.color-1 {
color: #492e4d;
}
.color-2 {
color: #704d7a;
}
.color-3 {
color: #9d6b9e;
}
.color-4 {
color: #d7a3c1;
}
.color-5 {
color: #f1b1d3;
}
/* CSS Variables */
:root {
--color-1: #492e4d;
--color-2: #704d7a;
--color-3: #9d6b9e;
--color-4: #d7a3c1;
--color-5: #f1b1d3;
} 🌈 Melancholy Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492e4d, #704d7a, #9d6b9e, #d7a3c1, #f1b1d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492e4d, #704d7a, #9d6b9e, #d7a3c1, #f1b1d3);
} 🔗 Explore similar color palettes
Melancholy Blossom color palette created on .