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