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: #f5d870;
}
.color-2 {
color: #f1a7ca;
}
.color-3 {
color: #f6b1b1;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #e0c0f7;
}

/* CSS Variables */
:root {
--color-1: #f5d870;
--color-2: #f1a7ca;
--color-3: #f6b1b1;
--color-4: #f9e79f;
--color-5: #e0c0f7;
}

CSS del degradado de fondo Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d870, #f1a7ca, #f6b1b1, #f9e79f, #e0c0f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d870, #f1a7ca, #f6b1b1, #f9e79f, #e0c0f7);
}

Fluttershy color palette created on .