Moon Color Palette

Discover the beautiful Moon color palette featuring whisper (#f0ebf4), periwinkle gray (#cccbe7), rock blue (#a1acce), bali hai (#8d97b0) and storm gray (#6c6d89).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Lavender, Lilac, Gray, Blue, Soft, Vintage, Muted, Neutral, Elegant 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: #f0ebf4;
}
.color-2 {
color: #cccbe7;
}
.color-3 {
color: #a1acce;
}
.color-4 {
color: #8d97b0;
}
.color-5 {
color: #6c6d89;
}

/* CSS Variables */
:root {
--color-1: #f0ebf4;
--color-2: #cccbe7;
--color-3: #a1acce;
--color-4: #8d97b0;
--color-5: #6c6d89;
}

🌈 Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ebf4, #cccbe7, #a1acce, #8d97b0, #6c6d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ebf4, #cccbe7, #a1acce, #8d97b0, #6c6d89);
}

Moon color palette created on .