Paleta de colores Pink Finch
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Finch palette
CSS de la paleta de colores Pink Finch
/* CSS */
.color-1 {
color: #f5b7f2;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #f07090;
}
.color-4 {
color: #c44f68;
}
.color-5 {
color: #a73955;
}
/* CSS Variables */
:root {
--color-1: #f5b7f2;
--color-2: #f1a7b8;
--color-3: #f07090;
--color-4: #c44f68;
--color-5: #a73955;
}
CSS del degradado de fondo Pink Finch
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f2, #f1a7b8, #f07090, #c44f68, #a73955);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f2, #f1a7b8, #f07090, #c44f68, #a73955);
}
Paletas de colores similares
Pink Finch color palette created on .