Paleta de colores Light Pink Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Pink Shades palette
Imagen PNG de la paleta de colores Light Pink Shades
CSS de la paleta de colores Light Pink Shades
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebf0;
}
.color-3 {
color: #f0d1d6;
}
.color-4 {
color: #e0aed1;
}
.color-5 {
color: #f6ccff;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebf0;
--color-3: #f0d1d6;
--color-4: #e0aed1;
--color-5: #f6ccff;
}
CSS del degradado de fondo Light Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Blanco
Light Pink Shades color palette created on .