Pink Meris Color Palette

Discover the beautiful Pink Meris color palette featuring prim (#ecdbe1), melanie (#e9c9d9), light orchid (#e2abc5), twilight (#ddc4d6) and rum (#78688b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Elegant, Lavender, Modern, Muted, Pink, Soft, Vintage 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 Meris palette

Share this palette to:

💻 Pink Meris color palette CSS

/* CSS */
.color-1 {
color: #ecdbe1;
}
.color-2 {
color: #e9c9d9;
}
.color-3 {
color: #e2abc5;
}
.color-4 {
color: #ddc4d6;
}
.color-5 {
color: #78688b;
}

/* CSS Variables */
:root {
--color-1: #ecdbe1;
--color-2: #e9c9d9;
--color-3: #e2abc5;
--color-4: #ddc4d6;
--color-5: #78688b;
}

🌈 Pink Meris background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecdbe1, #e9c9d9, #e2abc5, #ddc4d6, #78688b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecdbe1, #e9c9d9, #e2abc5, #ddc4d6, #78688b);
}

Pink Meris color palette created on .