Sailor Mercury Color Palette

Discover the beautiful Sailor Mercury color palette featuring thistle (#d6bacf), amethyst smoke (#af8ab6), ship cove (#7574bf), fiord (#474f68) and blackcurrant (#2e2637).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Earthy, Elegant, Gray, Muted, Pink, Purple, Soft, 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 Sailor Mercury palette

Share this palette to:

💻 Sailor Mercury color palette CSS

/* CSS */
.color-1 {
color: #d6bacf;
}
.color-2 {
color: #af8ab6;
}
.color-3 {
color: #7574bf;
}
.color-4 {
color: #474f68;
}
.color-5 {
color: #2e2637;
}

/* CSS Variables */
:root {
--color-1: #d6bacf;
--color-2: #af8ab6;
--color-3: #7574bf;
--color-4: #474f68;
--color-5: #2e2637;
}

🌈 Sailor Mercury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6bacf, #af8ab6, #7574bf, #474f68, #2e2637);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6bacf, #af8ab6, #7574bf, #474f68, #2e2637);
}

Sailor Mercury color palette created on .