Pink Pony Color Palette
Discover the beautiful Pink Pony color palette featuring illusion (#f2a1c5), azalea (#f4b8d1), azalea (#f7c5da), cherub (#f9d7e3) and carousel pink (#fbe5ef).
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 Pink Pony palette
💻 Pink Pony color palette CSS
/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f4b8d1;
}
.color-3 {
color: #f7c5da;
}
.color-4 {
color: #f9d7e3;
}
.color-5 {
color: #fbe5ef;
}
/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f4b8d1;
--color-3: #f7c5da;
--color-4: #f9d7e3;
--color-5: #fbe5ef;
} 🌈 Pink Pony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f4b8d1, #f7c5da, #f9d7e3, #fbe5ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f4b8d1, #f7c5da, #f9d7e3, #fbe5ef);
} 🔗 Explore similar color palettes
Pink Pony color palette created on .