Lunae Color Palette

Discover the beautiful Lunae color palette featuring whisper (#f2e7f3), prelude (#d1b2e0), east side (#a77ccb), butterfly bush (#6b4d99) and jacarta (#3e2c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Flower, Light, Modern, Moon, Purple, Soft, Summer, Vibrant 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 Lunae palette

Share this palette to:

💻 Lunae color palette CSS

/* CSS */
.color-1 {
color: #f2e7f3;
}
.color-2 {
color: #d1b2e0;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #6b4d99;
}
.color-5 {
color: #3e2c6d;
}

/* CSS Variables */
:root {
--color-1: #f2e7f3;
--color-2: #d1b2e0;
--color-3: #a77ccb;
--color-4: #6b4d99;
--color-5: #3e2c6d;
}

🌈 Lunae background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7f3, #d1b2e0, #a77ccb, #6b4d99, #3e2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7f3, #d1b2e0, #a77ccb, #6b4d99, #3e2c6d);
}

Lunae color palette created on .