Pink Charm Color Palette
Discover the beautiful Pink Charm color palette featuring illusion (#f5b2c3), beauty bush (#eab8c9), thistle (#d5b3d3), light wisteria (#c59fe0) and dull lavender (#a69fe5).
Brightness
Saturation
Warmth
Refine
💡 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 Pink Charm palette
💻 Pink Charm color palette CSS
/* CSS */
.color-1 {
color: #f5b2c3;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #d5b3d3;
}
.color-4 {
color: #c59fe0;
}
.color-5 {
color: #a69fe5;
}
/* CSS Variables */
:root {
--color-1: #f5b2c3;
--color-2: #eab8c9;
--color-3: #d5b3d3;
--color-4: #c59fe0;
--color-5: #a69fe5;
} 🌈 Pink Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c3, #eab8c9, #d5b3d3, #c59fe0, #a69fe5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c3, #eab8c9, #d5b3d3, #c59fe0, #a69fe5);
} 🔗 Explore similar color palettes
Pink Charm color palette created on .