Bad Luck Color Palette
Discover the beautiful Bad Luck color palette featuring paco (#390e1e), tawny port (#6a293a), au chico (#a35c61), mandys pink (#f2b5b1) and mandys pink (#f4c2c6).
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 Luck palette
💻 Bad Luck color palette CSS
/* CSS */
.color-1 {
color: #390e1e;
}
.color-2 {
color: #6a293a;
}
.color-3 {
color: #a35c61;
}
.color-4 {
color: #f2b5b1;
}
.color-5 {
color: #f4c2c6;
}
/* CSS Variables */
:root {
--color-1: #390e1e;
--color-2: #6a293a;
--color-3: #a35c61;
--color-4: #f2b5b1;
--color-5: #f4c2c6;
} 🌈 Bad Luck background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390e1e, #6a293a, #a35c61, #f2b5b1, #f4c2c6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390e1e, #6a293a, #a35c61, #f2b5b1, #f4c2c6);
} 🔗 Explore similar color palettes
Bad Luck color palette created on .