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: #f5e07f;
}
.color-2 {
color: #f7c67e;
}
.color-3 {
color: #f49c6c;
}
.color-4 {
color: #f06a6d;
}
.color-5 {
color: #e44984;
}
/* CSS Variables */
:root {
--color-1: #f5e07f;
--color-2: #f7c67e;
--color-3: #f49c6c;
--color-4: #f06a6d;
--color-5: #e44984;
}
CSS del degradado de fondo Light Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e07f, #f7c67e, #f49c6c, #f06a6d, #e44984);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e07f, #f7c67e, #f49c6c, #f06a6d, #e44984);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Light Pink color palette created on .