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