Elegant Pink Color Palette

Discover the beautiful Elegant Pink color palette featuring light orchid (#e3b0c8), maize (#f6d6a7), parchment (#f2e6d4), akaroa (#d1b89f) and brandy rose (#b6907c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cream, Elegant, Pink, Warm 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: #e3b0c8;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f2e6d4;
}
.color-4 {
color: #d1b89f;
}
.color-5 {
color: #b6907c;
}

/* CSS Variables */
:root {
--color-1: #e3b0c8;
--color-2: #f6d6a7;
--color-3: #f2e6d4;
--color-4: #d1b89f;
--color-5: #b6907c;
}

🌈 Elegant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0c8, #f6d6a7, #f2e6d4, #d1b89f, #b6907c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0c8, #f6d6a7, #f2e6d4, #d1b89f, #b6907c);
}

Elegant Pink color palette created on .