En Pointe Elegance Color Palette

Discover the beautiful En Pointe Elegance color palette featuring we peep (#f1c1d9), chantilly (#f7b5e0), illusion (#f49ac2), charm (#d57b9b) and tapestry (#b65d7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, Pink, Soft color palettes and combinations.

💡 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

Share this palette to:

💻 En Pointe Elegance color palette CSS

/* CSS */
.color-1 {
color: #f1c1d9;
}
.color-2 {
color: #f7b5e0;
}
.color-3 {
color: #f49ac2;
}
.color-4 {
color: #d57b9b;
}
.color-5 {
color: #b65d7e;
}

/* CSS Variables */
:root {
--color-1: #f1c1d9;
--color-2: #f7b5e0;
--color-3: #f49ac2;
--color-4: #d57b9b;
--color-5: #b65d7e;
}

🌈 En Pointe Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1d9, #f7b5e0, #f49ac2, #d57b9b, #b65d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1d9, #f7b5e0, #f49ac2, #d57b9b, #b65d7e);
}

En Pointe Elegance color palette created on .