Light Pink and Purple Color Palette
Discover the beautiful Light Pink and Purple color palette featuring azalea (#f8c9d4), light orchid (#eab8e4), lilac (#d39cd0), wisteria (#a76bae) and affair (#7c4b8b).
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 Light Pink and Purple palette
💻 Light Pink and Purple color palette CSS
/* CSS */
.color-1 {
color: #f8c9d4;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d39cd0;
}
.color-4 {
color: #a76bae;
}
.color-5 {
color: #7c4b8b;
}
/* CSS Variables */
:root {
--color-1: #f8c9d4;
--color-2: #eab8e4;
--color-3: #d39cd0;
--color-4: #a76bae;
--color-5: #7c4b8b;
}
🌈 Light Pink and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d4, #eab8e4, #d39cd0, #a76bae, #7c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d4, #eab8e4, #d39cd0, #a76bae, #7c4b8b);
}
🔗 Explore similar color palettes
Light Pink and Purple color palette created on .