Paleta de colores Pink Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Shades palette
CSS de la paleta de colores Pink Shades
/* CSS */
.color-1 {
color: #f6d7d0;
}
.color-2 {
color: #f2b1c6;
}
.color-3 {
color: #f79cbd;
}
.color-4 {
color: #d68abf;
}
.color-5 {
color: #a27ab3;
}
/* CSS Variables */
:root {
--color-1: #f6d7d0;
--color-2: #f2b1c6;
--color-3: #f79cbd;
--color-4: #d68abf;
--color-5: #a27ab3;
}
CSS del degradado de fondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7d0, #f2b1c6, #f79cbd, #d68abf, #a27ab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7d0, #f2b1c6, #f79cbd, #d68abf, #a27ab3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Pink Shades color palette created on .