Moonwatcher Color Palette

Discover the beautiful Moonwatcher color palette featuring mulled wine (#4c3e5b), rum (#705b8b), wisteria (#a46ba8), melanie (#e1b7d5) and whisper (#f4eaf6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Lavender, Purple, Pink, Soft, Cosmic, Vibrant 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 Moonwatcher palette

Share this palette to:

💻 Moonwatcher color palette CSS

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #705b8b;
}
.color-3 {
color: #a46ba8;
}
.color-4 {
color: #e1b7d5;
}
.color-5 {
color: #f4eaf6;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #705b8b;
--color-3: #a46ba8;
--color-4: #e1b7d5;
--color-5: #f4eaf6;
}

🌈 Moonwatcher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}

Moonwatcher color palette created on .