Lola Color Palette

Discover the beautiful Lola color palette featuring azalea (#f8d4ce), wewak (#f2a6b1), can can (#d38dbc), bouquet (#b46ea5) and affair (#7b4a8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Lavender, Peach, Pink, Soft, Violet 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 Lola palette

Share this palette to:

💻 Lola color palette CSS

/* CSS */
.color-1 {
color: #f8d4ce;
}
.color-2 {
color: #f2a6b1;
}
.color-3 {
color: #d38dbc;
}
.color-4 {
color: #b46ea5;
}
.color-5 {
color: #7b4a8c;
}

/* CSS Variables */
:root {
--color-1: #f8d4ce;
--color-2: #f2a6b1;
--color-3: #d38dbc;
--color-4: #b46ea5;
--color-5: #7b4a8c;
}

🌈 Lola background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d4ce, #f2a6b1, #d38dbc, #b46ea5, #7b4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d4ce, #f2a6b1, #d38dbc, #b46ea5, #7b4a8c);
}

Lola color palette created on .