Paleta de colores Shades of Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink palette
CSS de la paleta de colores Shades of Pink
/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #f6b1d1;
}
.color-3 {
color: #f29cce;
}
.color-4 {
color: #e57bb0;
}
.color-5 {
color: #d45e9b;
}
/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #f6b1d1;
--color-3: #f29cce;
--color-4: #e57bb0;
--color-5: #d45e9b;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #f6b1d1, #f29cce, #e57bb0, #d45e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #f6b1d1, #f29cce, #e57bb0, #d45e9b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Pink color palette created on .