Baddie Color Palette
Discover the beautiful Baddie color palette featuring hibiscus (#c83c6d), tango (#f47b1f), saffron mango (#f9c54e), monte carlo (#8fd6cf) and chambray (#3a4b98).
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 Baddie palette
💻 Baddie color palette CSS
/* CSS */
.color-1 {
color: #c83c6d;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #8fd6cf;
}
.color-5 {
color: #3a4b98;
}
/* CSS Variables */
:root {
--color-1: #c83c6d;
--color-2: #f47b1f;
--color-3: #f9c54e;
--color-4: #8fd6cf;
--color-5: #3a4b98;
} 🌈 Baddie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c83c6d, #f47b1f, #f9c54e, #8fd6cf, #3a4b98);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c83c6d, #f47b1f, #f9c54e, #8fd6cf, #3a4b98);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Baddie color palette created on .