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: #f9d8c3;
}
.color-2 {
color: #f3b9e2;
}
.color-3 {
color: #f1d0e3;
}
.color-4 {
color: #e0a5e9;
}
.color-5 {
color: #d48cb1;
}

/* CSS Variables */
:root {
--color-1: #f9d8c3;
--color-2: #f3b9e2;
--color-3: #f1d0e3;
--color-4: #e0a5e9;
--color-5: #d48cb1;
}

CSS del degradado de fondo Pink Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d8c3, #f3b9e2, #f1d0e3, #e0a5e9, #d48cb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d8c3, #f3b9e2, #f1d0e3, #e0a5e9, #d48cb1);
}

Pink Fluttershy color palette created on .