Half Moon Color Palette

Discover the beautiful Half Moon color palette featuring jacarta (#4a2c6d), affair (#704c94), wisteria (#9f6bb8), light wisteria (#d6a4e0) and azalea (#f3c4d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Lavender, Purple, Pink, Soft, Light, Bright, Spring 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 Half Moon palette

Share this palette to:

💻 Half Moon color palette CSS

/* CSS */
.color-1 {
color: #4a2c6d;
}
.color-2 {
color: #704c94;
}
.color-3 {
color: #9f6bb8;
}
.color-4 {
color: #d6a4e0;
}
.color-5 {
color: #f3c4d1;
}

/* CSS Variables */
:root {
--color-1: #4a2c6d;
--color-2: #704c94;
--color-3: #9f6bb8;
--color-4: #d6a4e0;
--color-5: #f3c4d1;
}

🌈 Half Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c6d, #704c94, #9f6bb8, #d6a4e0, #f3c4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c6d, #704c94, #9f6bb8, #d6a4e0, #f3c4d1);
}

Half Moon color palette created on .