Luna Doce Color Palette

Discover the beautiful Luna Doce color palette featuring we peep (#f4d2e1), light orchid (#e6b2d4), blossom (#d8a6c3), lilac (#c392c0) and strikemaster (#a4608c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Light, Pink, Soft, Spring, Vibrant 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 Doce palette

Share this palette to:

💻 Luna Doce color palette CSS

/* CSS */
.color-1 {
color: #f4d2e1;
}
.color-2 {
color: #e6b2d4;
}
.color-3 {
color: #d8a6c3;
}
.color-4 {
color: #c392c0;
}
.color-5 {
color: #a4608c;
}

/* CSS Variables */
:root {
--color-1: #f4d2e1;
--color-2: #e6b2d4;
--color-3: #d8a6c3;
--color-4: #c392c0;
--color-5: #a4608c;
}

🌈 Luna Doce background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d2e1, #e6b2d4, #d8a6c3, #c392c0, #a4608c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d2e1, #e6b2d4, #d8a6c3, #c392c0, #a4608c);
}

Luna Doce color palette created on .