Lenna Color Palette
Discover the beautiful Lenna color palette featuring chantilly (#f7c0d9), illusion (#f6a2c1), froly (#f56b92), french rose (#f14b7a) and cerise red (#d93a5d).
Brightness
Saturation
Warmth
💡 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 Lenna palette
💻 Lenna color palette CSS
/* CSS */
.color-1 {
color: #f7c0d9;
}
.color-2 {
color: #f6a2c1;
}
.color-3 {
color: #f56b92;
}
.color-4 {
color: #f14b7a;
}
.color-5 {
color: #d93a5d;
}
/* CSS Variables */
:root {
--color-1: #f7c0d9;
--color-2: #f6a2c1;
--color-3: #f56b92;
--color-4: #f14b7a;
--color-5: #d93a5d;
} 🌈 Lenna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d9, #f6a2c1, #f56b92, #f14b7a, #d93a5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d9, #f6a2c1, #f56b92, #f14b7a, #d93a5d);
} 🔗 Explore similar color palettes
Lenna color palette created on .