Princess Luna Color Palette

Discover the beautiful Princess Luna color palette featuring glacier (#7a9dc2), pigeon post (#a6c3dd), link water (#d4e3f7), we peep (#f0c6e9) and deep blush (#e67f9b).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Princess Luna color palette CSS

/* CSS */
.color-1 {
color: #7a9dc2;
}
.color-2 {
color: #a6c3dd;
}
.color-3 {
color: #d4e3f7;
}
.color-4 {
color: #f0c6e9;
}
.color-5 {
color: #e67f9b;
}

/* CSS Variables */
:root {
--color-1: #7a9dc2;
--color-2: #a6c3dd;
--color-3: #d4e3f7;
--color-4: #f0c6e9;
--color-5: #e67f9b;
}

🌈 Princess Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9dc2, #a6c3dd, #d4e3f7, #f0c6e9, #e67f9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9dc2, #a6c3dd, #d4e3f7, #f0c6e9, #e67f9b);
}

Princess Luna color palette created on .