Pink Harlow Color Palette
Discover the beautiful Pink Harlow color palette featuring manhattan (#f5c49e), sea pink (#f0a5a3), froly (#f07f8c), mandy (#eb4c69) and cinnabar (#e13e33).
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 Harlow palette
💻 Pink Harlow color palette CSS
/* CSS */
.color-1 {
color: #f5c49e;
}
.color-2 {
color: #f0a5a3;
}
.color-3 {
color: #f07f8c;
}
.color-4 {
color: #eb4c69;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #f5c49e;
--color-2: #f0a5a3;
--color-3: #f07f8c;
--color-4: #eb4c69;
--color-5: #e13e33;
} 🌈 Pink Harlow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c49e, #f0a5a3, #f07f8c, #eb4c69, #e13e33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c49e, #f0a5a3, #f07f8c, #eb4c69, #e13e33);
} 🔗 Explore similar color palettes
Pink Harlow color palette created on .