Pink Neapolitan Color Palette
Discover the beautiful Pink Neapolitan color palette featuring zinnwaldite (#eab6ae), wheat (#f4d3b4), wheat (#f6e2b1), lavender gray (#d0bad8) and lily (#c0a0b5).
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: #eab6ae;
}
.color-2 {
color: #f4d3b4;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #d0bad8;
}
.color-5 {
color: #c0a0b5;
}
/* CSS Variables */
:root {
--color-1: #eab6ae;
--color-2: #f4d3b4;
--color-3: #f6e2b1;
--color-4: #d0bad8;
--color-5: #c0a0b5;
}
🌈 Pink Neapolitan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab6ae, #f4d3b4, #f6e2b1, #d0bad8, #c0a0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab6ae, #f4d3b4, #f6e2b1, #d0bad8, #c0a0b5);
}
🔗 Explore similar color palettes
Pink Neapolitan color palette created on .