Bat Pony Color Palette
Discover the beautiful Bat Pony color palette featuring jacarta (#492b73), vivid violet (#813d99), fuchsia pink (#b569b2), illusion (#f1a7ca) and golden tainoi (#ffcb5c).
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 Bat Pony palette
💻 Bat Pony color palette CSS
/* CSS */
.color-1 {
color: #492b73;
}
.color-2 {
color: #813d99;
}
.color-3 {
color: #b569b2;
}
.color-4 {
color: #f1a7ca;
}
.color-5 {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--color-1: #492b73;
--color-2: #813d99;
--color-3: #b569b2;
--color-4: #f1a7ca;
--color-5: #ffcb5c;
} 🌈 Bat Pony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492b73, #813d99, #b569b2, #f1a7ca, #ffcb5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492b73, #813d99, #b569b2, #f1a7ca, #ffcb5c);
} 🔗 Explore similar color palettes
Bat Pony color palette created on .