En Pointe Elegance Color Palette
Discover the beautiful En Pointe Elegance color palette featuring we peep (#f5d1df), wewak (#f1a7b2), deep blush (#e16b8c), cabaret (#d4496e) and night shadz (#a9325e).
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 En Pointe Elegance palette
💻 En Pointe Elegance color palette CSS
/* CSS */
.color-1 {
color: #f5d1df;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #e16b8c;
}
.color-4 {
color: #d4496e;
}
.color-5 {
color: #a9325e;
}
/* CSS Variables */
:root {
--color-1: #f5d1df;
--color-2: #f1a7b2;
--color-3: #e16b8c;
--color-4: #d4496e;
--color-5: #a9325e;
} 🌈 En Pointe Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1df, #f1a7b2, #e16b8c, #d4496e, #a9325e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1df, #f1a7b2, #e16b8c, #d4496e, #a9325e);
} 🔗 Explore similar color palettes
En Pointe Elegance color palette created on .