Loona Color Palette

Discover the beautiful Loona color palette featuring moon raker (#ead4f7), moon raker (#dcb9f3), lavender (#bf7de8), medium purple (#ae64e3) and purple heart (#a439d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pastel, Purple, Lilac, Violet, Soft, Bright, Modern, Fun 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 Loona palette

Share this palette to:

💻 Loona color palette CSS

/* CSS */
.color-1 {
color: #ead4f7;
}
.color-2 {
color: #dcb9f3;
}
.color-3 {
color: #bf7de8;
}
.color-4 {
color: #ae64e3;
}
.color-5 {
color: #a439d5;
}

/* CSS Variables */
:root {
--color-1: #ead4f7;
--color-2: #dcb9f3;
--color-3: #bf7de8;
--color-4: #ae64e3;
--color-5: #a439d5;
}

🌈 Loona background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead4f7, #dcb9f3, #bf7de8, #ae64e3, #a439d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead4f7, #dcb9f3, #bf7de8, #ae64e3, #a439d5);
}

Loona color palette created on .