Moon Color Palette

Discover the beautiful Moon color palette featuring magnolia (#f9f5ff), link water (#e3dbf5), french lilac (#d6c5ed), cold purple (#b9a9db) and lavender purple (#9982c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Lavender, Muted, Pastel, Soft 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 Moon palette

Share this palette to:

💻 Moon color palette CSS

/* CSS */
.color-1 {
color: #f9f5ff;
}
.color-2 {
color: #e3dbf5;
}
.color-3 {
color: #d6c5ed;
}
.color-4 {
color: #b9a9db;
}
.color-5 {
color: #9982c0;
}

/* CSS Variables */
:root {
--color-1: #f9f5ff;
--color-2: #e3dbf5;
--color-3: #d6c5ed;
--color-4: #b9a9db;
--color-5: #9982c0;
}

🌈 Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5ff, #e3dbf5, #d6c5ed, #b9a9db, #9982c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5ff, #e3dbf5, #d6c5ed, #b9a9db, #9982c0);
}

Moon color palette created on .