Lila y Rosa Color Palette

Discover the beautiful Lila y Rosa color palette featuring melanie (#d7a3d6), can can (#d78ebe), cranberry (#d75b88), wewak (#f2a1b0) and chantilly (#f7b6d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Fun, 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 Lila y Rosa palette

Share this palette to:

💻 Lila y Rosa color palette CSS

/* CSS */
.color-1 {
color: #d7a3d6;
}
.color-2 {
color: #d78ebe;
}
.color-3 {
color: #d75b88;
}
.color-4 {
color: #f2a1b0;
}
.color-5 {
color: #f7b6d5;
}

/* CSS Variables */
:root {
--color-1: #d7a3d6;
--color-2: #d78ebe;
--color-3: #d75b88;
--color-4: #f2a1b0;
--color-5: #f7b6d5;
}

🌈 Lila y Rosa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7a3d6, #d78ebe, #d75b88, #f2a1b0, #f7b6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7a3d6, #d78ebe, #d75b88, #f2a1b0, #f7b6d5);
}

Lila y Rosa color palette created on .