Bad Love Color Palette
Discover the beautiful Bad Love color palette featuring loulou (#3e0f2b), finn (#682c4e), tapestry (#a95b8c), illusion (#f3a5c8) and wild watermelon (#ff5c7f).
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 Bad Love palette
💻 Bad Love color palette CSS
/* CSS */
.color-1 {
color: #3e0f2b;
}
.color-2 {
color: #682c4e;
}
.color-3 {
color: #a95b8c;
}
.color-4 {
color: #f3a5c8;
}
.color-5 {
color: #ff5c7f;
}
/* CSS Variables */
:root {
--color-1: #3e0f2b;
--color-2: #682c4e;
--color-3: #a95b8c;
--color-4: #f3a5c8;
--color-5: #ff5c7f;
} 🌈 Bad Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e0f2b, #682c4e, #a95b8c, #f3a5c8, #ff5c7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e0f2b, #682c4e, #a95b8c, #f3a5c8, #ff5c7f);
} 🔗 Explore similar color palettes
Bad Love color palette created on .