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: #e9b79f;
}
.color-2 {
color: #f2d7c4;
}
.color-3 {
color: #f7e7d9;
}
.color-4 {
color: #e4b9c4;
}
.color-5 {
color: #b06d81;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #f2d7c4;
--color-3: #f7e7d9;
--color-4: #e4b9c4;
--color-5: #b06d81;
}
Pink Neapolitan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #f2d7c4, #f7e7d9, #e4b9c4, #b06d81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #f2d7c4, #f7e7d9, #e4b9c4, #b06d81);
}
Similar color palettes
Pink Neapolitan color palette created on .