Луна Color Palette

Discover the beautiful Луна color palette featuring white lilac (#f0e4f6), prelude (#d1c3e9), cornflower (#a6c6ed), malibu (#6cb7f4) and curious blue (#2a90bb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Blue, Light, Bright, Soft, Moon, Aqua 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 Луна palette

Share this palette to:

💻 Луна color palette CSS

/* CSS */
.color-1 {
color: #f0e4f6;
}
.color-2 {
color: #d1c3e9;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #6cb7f4;
}
.color-5 {
color: #2a90bb;
}

/* CSS Variables */
:root {
--color-1: #f0e4f6;
--color-2: #d1c3e9;
--color-3: #a6c6ed;
--color-4: #6cb7f4;
--color-5: #2a90bb;
}

🌈 Луна background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e4f6, #d1c3e9, #a6c6ed, #6cb7f4, #2a90bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e4f6, #d1c3e9, #a6c6ed, #6cb7f4, #2a90bb);
}

Луна color palette created on .