Pink Neapolitan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Neapolitan palette
Pink Neapolitan color palette CSS
/* CSS */
.color-1 {
color: #f4cbc3;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #f1e3d5;
}
.color-4 {
color: #c4b1c1;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #f4cbc3;
--color-2: #d9b2a1;
--color-3: #f1e3d5;
--color-4: #c4b1c1;
--color-5: #6a4c94;
}
Pink Neapolitan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cbc3, #d9b2a1, #f1e3d5, #c4b1c1, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cbc3, #d9b2a1, #f1e3d5, #c4b1c1, #6a4c94);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Neapolitan color palette created on .