Pink Neapolitan Color Palette
Discover the beautiful Pink Neapolitan color palette featuring cinderella (#fdd4cb), bleach white (#fde9d3), oasis (#fef2d2), perfume (#efcdf9) and chantilly (#f7b6dd).
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: #fdd4cb;
}
.color-2 {
color: #fde9d3;
}
.color-3 {
color: #fef2d2;
}
.color-4 {
color: #efcdf9;
}
.color-5 {
color: #f7b6dd;
}
/* CSS Variables */
:root {
--color-1: #fdd4cb;
--color-2: #fde9d3;
--color-3: #fef2d2;
--color-4: #efcdf9;
--color-5: #f7b6dd;
} 🌈 Pink Neapolitan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd4cb, #fde9d3, #fef2d2, #efcdf9, #f7b6dd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd4cb, #fde9d3, #fef2d2, #efcdf9, #f7b6dd);
} 🔗 Explore similar color palettes
Pink Neapolitan color palette created on .