Lunar Glow Color Palette

Discover the beautiful Lunar Glow color palette featuring blue chalk (#e5e0ff), biloba flower (#bbb4e9), jordy blue (#889ef7), indigo (#5d74d0) and chambray (#3c4d9f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMoon, Night Sky, Lilac, Blue, Soft, Bright, Modern, Light, Cosmic 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 Glow palette

Share this palette to:

💻 Lunar Glow color palette CSS

/* CSS */
.color-1 {
color: #e5e0ff;
}
.color-2 {
color: #bbb4e9;
}
.color-3 {
color: #889ef7;
}
.color-4 {
color: #5d74d0;
}
.color-5 {
color: #3c4d9f;
}

/* CSS Variables */
:root {
--color-1: #e5e0ff;
--color-2: #bbb4e9;
--color-3: #889ef7;
--color-4: #5d74d0;
--color-5: #3c4d9f;
}

🌈 Lunar Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0ff, #bbb4e9, #889ef7, #5d74d0, #3c4d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0ff, #bbb4e9, #889ef7, #5d74d0, #3c4d9f);
}

Lunar Glow color palette created on .