Luna Color Palette

Discover the beautiful Luna color palette featuring illusion (#f2a1d8), careys pink (#d69eba), east side (#a68dc4), wild blue yonder (#7a7db3) and indigo (#4b79ce).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Luna color palette CSS

/* CSS */
.color-1 {
color: #f2a1d8;
}
.color-2 {
color: #d69eba;
}
.color-3 {
color: #a68dc4;
}
.color-4 {
color: #7a7db3;
}
.color-5 {
color: #4b79ce;
}

/* CSS Variables */
:root {
--color-1: #f2a1d8;
--color-2: #d69eba;
--color-3: #a68dc4;
--color-4: #7a7db3;
--color-5: #4b79ce;
}

🌈 Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d8, #d69eba, #a68dc4, #7a7db3, #4b79ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d8, #d69eba, #a68dc4, #7a7db3, #4b79ce);
}

Luna color palette created on .