Paleta de colores Pink Fluttershy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Fluttershy palette
CSS de la paleta de colores Pink Fluttershy
/* CSS */
.color-1 {
color: #f6d9a7;
}
.color-2 {
color: #f2b5e4;
}
.color-3 {
color: #f9c3c3;
}
.color-4 {
color: #e8a6e0;
}
.color-5 {
color: #f6bbe4;
}
/* CSS Variables */
:root {
--color-1: #f6d9a7;
--color-2: #f2b5e4;
--color-3: #f9c3c3;
--color-4: #e8a6e0;
--color-5: #f6bbe4;
}
CSS del degradado de fondo Pink Fluttershy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a7, #f2b5e4, #f9c3c3, #e8a6e0, #f6bbe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a7, #f2b5e4, #f9c3c3, #e8a6e0, #f6bbe4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Brillante
Pink Fluttershy color palette created on .