Paleta de colores Pink Neapolitan
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Neapolitan palette
CSS de la paleta de colores Pink Neapolitan
/* 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;
}
CSS del degradado de fondo Pink Neapolitan
/* 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);
}
Paletas de colores similares
Pink Neapolitan color palette created on .