Moon Goddess Color Palette

Discover the beautiful Moon Goddess color palette featuring athens gray (#efedf2), snuff (#e7dfec), gray suit (#d9ccdb), chatelle (#cdb9d0) and london hue (#bda6c4).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Moon Goddess color palette CSS

/* CSS */
.color-1 {
color: #efedf2;
}
.color-2 {
color: #e7dfec;
}
.color-3 {
color: #d9ccdb;
}
.color-4 {
color: #cdb9d0;
}
.color-5 {
color: #bda6c4;
}

/* CSS Variables */
:root {
--color-1: #efedf2;
--color-2: #e7dfec;
--color-3: #d9ccdb;
--color-4: #cdb9d0;
--color-5: #bda6c4;
}

🌈 Moon Goddess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efedf2, #e7dfec, #d9ccdb, #cdb9d0, #bda6c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efedf2, #e7dfec, #d9ccdb, #cdb9d0, #bda6c4);
}

Moon Goddess color palette created on .