Purple Moon Child Color Palette

Discover the beautiful Purple Moon Child color palette featuring french lilac (#e4caf1), cold purple (#b89dd7), true v (#795ed4), royal purple (#5c46a4) and jacarta (#3a2b73).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, 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 Purple Moon Child palette

Share this palette to:

💻 Purple Moon Child color palette CSS

/* CSS */
.color-1 {
color: #e4caf1;
}
.color-2 {
color: #b89dd7;
}
.color-3 {
color: #795ed4;
}
.color-4 {
color: #5c46a4;
}
.color-5 {
color: #3a2b73;
}

/* CSS Variables */
:root {
--color-1: #e4caf1;
--color-2: #b89dd7;
--color-3: #795ed4;
--color-4: #5c46a4;
--color-5: #3a2b73;
}

🌈 Purple Moon Child background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4caf1, #b89dd7, #795ed4, #5c46a4, #3a2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4caf1, #b89dd7, #795ed4, #5c46a4, #3a2b73);
}

Purple Moon Child color palette created on .