Melancholy Blossoms Color Palette
Discover the beautiful Melancholy Blossoms color palette featuring butterfly bush (#5b4b8b), strikemaster (#a06a98), kobi (#e8a1af), almond (#f1d5c6) and givry (#f7e8bb).
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 Blossoms palette
💻 Melancholy Blossoms color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #a06a98;
}
.color-3 {
color: #e8a1af;
}
.color-4 {
color: #f1d5c6;
}
.color-5 {
color: #f7e8bb;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #a06a98;
--color-3: #e8a1af;
--color-4: #f1d5c6;
--color-5: #f7e8bb;
} 🌈 Melancholy Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #a06a98, #e8a1af, #f1d5c6, #f7e8bb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #a06a98, #e8a1af, #f1d5c6, #f7e8bb);
} 🔗 Explore similar color palettes
Melancholy Blossoms color palette created on .