Pink Neapolitan Color Palette
Discover the beautiful Pink Neapolitan color palette featuring givry (#f8e1ce), mandys pink (#f4c3b3), tumbleweed (#e0a48a), chestnut rose (#c76b57) and lotus (#7d3c3b).
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 Neapolitan palette
💻 Pink Neapolitan color palette CSS
/* CSS */
.color-1 {
color: #f8e1ce;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #e0a48a;
}
.color-4 {
color: #c76b57;
}
.color-5 {
color: #7d3c3b;
}
/* CSS Variables */
:root {
--color-1: #f8e1ce;
--color-2: #f4c3b3;
--color-3: #e0a48a;
--color-4: #c76b57;
--color-5: #7d3c3b;
} 🌈 Pink Neapolitan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1ce, #f4c3b3, #e0a48a, #c76b57, #7d3c3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1ce, #f4c3b3, #e0a48a, #c76b57, #7d3c3b);
} 🔗 Explore similar color palettes
Pink Neapolitan color palette created on .