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