Elegant Pink Color Palette

Discover the beautiful Elegant Pink color palette featuring light orchid (#e09fc8), charm (#d7708d), affair (#9a4c9e), eminence (#6f2c90) and east bay (#4b3f73).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Elegant, Pink, Purple 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 Elegant Pink palette

Share this palette to:

💻 Elegant Pink color palette CSS

/* CSS */
.color-1 {
color: #e09fc8;
}
.color-2 {
color: #d7708d;
}
.color-3 {
color: #9a4c9e;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #4b3f73;
}

/* CSS Variables */
:root {
--color-1: #e09fc8;
--color-2: #d7708d;
--color-3: #9a4c9e;
--color-4: #6f2c90;
--color-5: #4b3f73;
}

🌈 Elegant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}

Elegant Pink color palette created on .