Pink Elegance Color Palette

Discover the beautiful Pink Elegance color palette featuring mauvelous (#f08ea5), wewak (#f19dc0), azalea (#f2bacc), lavender magenta (#ea8ad2) and orchid (#e26fd0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Coral, Soft, Bright, Feminine, Vibrant, Spring, Modern 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 Pink Elegance palette

Share this palette to:

💻 Pink Elegance color palette CSS

/* CSS */
.color-1 {
color: #f08ea5;
}
.color-2 {
color: #f19dc0;
}
.color-3 {
color: #f2bacc;
}
.color-4 {
color: #ea8ad2;
}
.color-5 {
color: #e26fd0;
}

/* CSS Variables */
:root {
--color-1: #f08ea5;
--color-2: #f19dc0;
--color-3: #f2bacc;
--color-4: #ea8ad2;
--color-5: #e26fd0;
}

🌈 Pink Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08ea5, #f19dc0, #f2bacc, #ea8ad2, #e26fd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08ea5, #f19dc0, #f2bacc, #ea8ad2, #e26fd0);
}

Pink Elegance color palette created on .