Neapolitan Pink Color Palette

Discover the beautiful Neapolitan Pink color palette featuring gold sand (#e8bf9b), wewak (#f1a8a2), mauvelous (#f28c8c), roman (#d85a5a) and stiletto (#952d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Red, Bright, Spring color palettes and combinations.

💡 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 Neapolitan Pink palette

Share this palette to:

💻 Neapolitan Pink color palette CSS

/* CSS */
.color-1 {
color: #e8bf9b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #d85a5a;
}
.color-5 {
color: #952d2d;
}

/* CSS Variables */
:root {
--color-1: #e8bf9b;
--color-2: #f1a8a2;
--color-3: #f28c8c;
--color-4: #d85a5a;
--color-5: #952d2d;
}

🌈 Neapolitan Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8bf9b, #f1a8a2, #f28c8c, #d85a5a, #952d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8bf9b, #f1a8a2, #f28c8c, #d85a5a, #952d2d);
}

Neapolitan Pink color palette created on .