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: #ffb8e1;
}
.color-2 {
color: #ffdaa3;
}
.color-3 {
color: #a8e6ce;
}
.color-4 {
color: #b3dfdc;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ffb8e1;
--color-2: #ffdaa3;
--color-3: #a8e6ce;
--color-4: #b3dfdc;
--color-5: #ffadad;
}

CSS del degradado de fondo Pink Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8e1, #ffdaa3, #a8e6ce, #b3dfdc, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8e1, #ffdaa3, #a8e6ce, #b3dfdc, #ffadad);
}

Pink Fluttershy color palette created on .