Lunar Blossom Color Palette

Discover the beautiful Lunar Blossom color palette featuring french lilac (#e2d3f3), cold purple (#b9a8e1), wisteria (#8d6db6), butterfly bush (#5a4e8d) and east bay (#3f3c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Flower, 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 Lunar Blossom palette

Share this palette to:

💻 Lunar Blossom color palette CSS

/* CSS */
.color-1 {
color: #e2d3f3;
}
.color-2 {
color: #b9a8e1;
}
.color-3 {
color: #8d6db6;
}
.color-4 {
color: #5a4e8d;
}
.color-5 {
color: #3f3c6d;
}

/* CSS Variables */
:root {
--color-1: #e2d3f3;
--color-2: #b9a8e1;
--color-3: #8d6db6;
--color-4: #5a4e8d;
--color-5: #3f3c6d;
}

🌈 Lunar Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d3f3, #b9a8e1, #8d6db6, #5a4e8d, #3f3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d3f3, #b9a8e1, #8d6db6, #5a4e8d, #3f3c6d);
}

Lunar Blossom color palette created on .