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