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