Mother of Pearl Color Palette

Discover the beautiful Mother of Pearl color palette featuring melanie (#e0b2d0), oriental pink (#c68b9a), tapestry (#a85d8c), blue violet (#6b4fba) and smalt blue (#5a7e8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cream, Deep, Pink, Purple, Tropical, White 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 Mother of Pearl palette

Share this palette to:

💻 Mother of Pearl color palette CSS

/* CSS */
.color-1 {
color: #e0b2d0;
}
.color-2 {
color: #c68b9a;
}
.color-3 {
color: #a85d8c;
}
.color-4 {
color: #6b4fba;
}
.color-5 {
color: #5a7e8c;
}

/* CSS Variables */
:root {
--color-1: #e0b2d0;
--color-2: #c68b9a;
--color-3: #a85d8c;
--color-4: #6b4fba;
--color-5: #5a7e8c;
}

🌈 Mother of Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b2d0, #c68b9a, #a85d8c, #6b4fba, #5a7e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b2d0, #c68b9a, #a85d8c, #6b4fba, #5a7e8c);
}

Mother of Pearl color palette created on .