Pink Hair Color Palette
Discover the beautiful Pink Hair color palette featuring mandys pink (#f3c0b4), kobi (#e6a2c2), charm (#d57c9b), tapestry (#b95f9e) and tapestry (#9a4c8e).
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 Pink Hair palette
💻 Pink Hair color palette CSS
/* CSS */
.color-1 {
color: #f3c0b4;
}
.color-2 {
color: #e6a2c2;
}
.color-3 {
color: #d57c9b;
}
.color-4 {
color: #b95f9e;
}
.color-5 {
color: #9a4c8e;
}
/* CSS Variables */
:root {
--color-1: #f3c0b4;
--color-2: #e6a2c2;
--color-3: #d57c9b;
--color-4: #b95f9e;
--color-5: #9a4c8e;
} 🌈 Pink Hair background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c0b4, #e6a2c2, #d57c9b, #b95f9e, #9a4c8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c0b4, #e6a2c2, #d57c9b, #b95f9e, #9a4c8e);
} 🔗 Explore similar color palettes
Pink Hair color palette created on .