Pink Elegance Color Palette
Discover the beautiful Pink Elegance color palette featuring chantilly (#f9c3d8), illusion (#f4a4bf), mauvelous (#f188b0), deep blush (#e2699c) and cabaret (#d34a7d).
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 Elegance palette
💻 Pink Elegance color palette CSS
/* CSS */
.color-1 {
color: #f9c3d8;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f188b0;
}
.color-4 {
color: #e2699c;
}
.color-5 {
color: #d34a7d;
}
/* CSS Variables */
:root {
--color-1: #f9c3d8;
--color-2: #f4a4bf;
--color-3: #f188b0;
--color-4: #e2699c;
--color-5: #d34a7d;
} 🌈 Pink Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3d8, #f4a4bf, #f188b0, #e2699c, #d34a7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3d8, #f4a4bf, #f188b0, #e2699c, #d34a7d);
} 🔗 Explore similar color palettes
Pink Elegance color palette created on .