Paleta de colores Pink Fluttershy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Fluttershy palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Fluttershy

/* CSS */
.color-1 {
color: #f6c3b6;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #a7e2b6;
}
.color-5 {
color: #ff70a0;
}

/* CSS Variables */
:root {
--color-1: #f6c3b6;
--color-2: #f5a300;
--color-3: #f1d35b;
--color-4: #a7e2b6;
--color-5: #ff70a0;
}

CSS del degradado de fondo Pink Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c3b6, #f5a300, #f1d35b, #a7e2b6, #ff70a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c3b6, #f5a300, #f1d35b, #a7e2b6, #ff70a0);
}

Paletas de colores similares

Pink Fluttershy color palette created on .