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: #f5b2c1;
}
.color-2 {
color: #f6d0dc;
}
.color-3 {
color: #f7e3e6;
}
.color-4 {
color: #f9d2e4;
}
.color-5 {
color: #fad1d6;
}
/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f6d0dc;
--color-3: #f7e3e6;
--color-4: #f9d2e4;
--color-5: #fad1d6;
}
CSS del degradado de fondo Light Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f6d0dc, #f7e3e6, #f9d2e4, #fad1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f6d0dc, #f7e3e6, #f9d2e4, #fad1d6);
}
Paletas de colores similares
Light Pink color palette created on .