Ballet Color Palette
Discover the beautiful Ballet color palette featuring chantilly (#f9c8d8), illusion (#f5a3c0), persian pink (#f480bc), brilliant rose (#f056ab) and cerise red (#d82c6b).
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 Ballet palette
💻 Ballet color palette CSS
/* CSS */
.color-1 {
color: #f9c8d8;
}
.color-2 {
color: #f5a3c0;
}
.color-3 {
color: #f480bc;
}
.color-4 {
color: #f056ab;
}
.color-5 {
color: #d82c6b;
}
/* CSS Variables */
:root {
--color-1: #f9c8d8;
--color-2: #f5a3c0;
--color-3: #f480bc;
--color-4: #f056ab;
--color-5: #d82c6b;
} 🌈 Ballet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d8, #f5a3c0, #f480bc, #f056ab, #d82c6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d8, #f5a3c0, #f480bc, #f056ab, #d82c6b);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Ballet color palette created on .