Mercuria Color Palette

Discover the beautiful Mercuria color palette featuring provincial pink (#fdedea), cherub (#fadbe8), we peep (#f1c0e1), light wisteria (#daa6e6) and dull lavender (#a79ae7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Lilac, Pastel, Pink, Soft, Spring 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 Mercuria palette

Share this palette to:

💻 Mercuria color palette CSS

/* CSS */
.color-1 {
color: #fdedea;
}
.color-2 {
color: #fadbe8;
}
.color-3 {
color: #f1c0e1;
}
.color-4 {
color: #daa6e6;
}
.color-5 {
color: #a79ae7;
}

/* CSS Variables */
:root {
--color-1: #fdedea;
--color-2: #fadbe8;
--color-3: #f1c0e1;
--color-4: #daa6e6;
--color-5: #a79ae7;
}

🌈 Mercuria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdedea, #fadbe8, #f1c0e1, #daa6e6, #a79ae7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdedea, #fadbe8, #f1c0e1, #daa6e6, #a79ae7);
}

Mercuria color palette created on .