Lunared Color Palette

Discover the beautiful Lunared color palette featuring bossanova (#5a2c6d), strikemaster (#8c4f8b), viola (#c487c2), cupid (#f9b9d4) and cherub (#fbe0e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dark, 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 Lunared palette

Share this palette to:

💻 Lunared color palette CSS

/* CSS */
.color-1 {
color: #5a2c6d;
}
.color-2 {
color: #8c4f8b;
}
.color-3 {
color: #c487c2;
}
.color-4 {
color: #f9b9d4;
}
.color-5 {
color: #fbe0e8;
}

/* CSS Variables */
:root {
--color-1: #5a2c6d;
--color-2: #8c4f8b;
--color-3: #c487c2;
--color-4: #f9b9d4;
--color-5: #fbe0e8;
}

🌈 Lunared background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2c6d, #8c4f8b, #c487c2, #f9b9d4, #fbe0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2c6d, #8c4f8b, #c487c2, #f9b9d4, #fbe0e8);
}

Lunared color palette created on .