Pink Vanity Color Palette
Discover the beautiful Pink Vanity color palette featuring we peep (#f7dada), mandys pink (#f2b1b1), tonys pink (#e69999), puce (#cc8a8a) and cadillac (#b75c6d).
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 Vanity palette
💻 Pink Vanity color palette CSS
/* CSS */
.color-1 {
color: #f7dada;
}
.color-2 {
color: #f2b1b1;
}
.color-3 {
color: #e69999;
}
.color-4 {
color: #cc8a8a;
}
.color-5 {
color: #b75c6d;
}
/* CSS Variables */
:root {
--color-1: #f7dada;
--color-2: #f2b1b1;
--color-3: #e69999;
--color-4: #cc8a8a;
--color-5: #b75c6d;
} 🌈 Pink Vanity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7dada, #f2b1b1, #e69999, #cc8a8a, #b75c6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7dada, #f2b1b1, #e69999, #cc8a8a, #b75c6d);
} 🔗 Explore similar color palettes
Pink Vanity color palette created on .