Paleta de colores Fluttershy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fluttershy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fluttershy

Download fluttershy color palette PNG image (landscape)
Download fluttershy color palette PNG image (square)

CSS de la paleta de colores Fluttershy

/* CSS */
.color-1 {
color: #f7d6a1;
}
.color-2 {
color: #f5b7e2;
}
.color-3 {
color: #f9c5a9;
}
.color-4 {
color: #f7e4a6;
}
.color-5 {
color: #e0b2f0;
}

/* CSS Variables */
:root {
--color-1: #f7d6a1;
--color-2: #f5b7e2;
--color-3: #f9c5a9;
--color-4: #f7e4a6;
--color-5: #e0b2f0;
}

CSS del degradado de fondo Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6a1, #f5b7e2, #f9c5a9, #f7e4a6, #e0b2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6a1, #f5b7e2, #f9c5a9, #f7e4a6, #e0b2f0);
}

Fluttershy color palette created on .