Paleta de colores Fluttershy Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fluttershy Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Fluttershy Pink

/* CSS */
.color-1 {
color: #f5c7a8;
}
.color-2 {
color: #f1e0a2;
}
.color-3 {
color: #e0b4e4;
}
.color-4 {
color: #75b2f0;
}
.color-5 {
color: #f6b8a2;
}

/* CSS Variables */
:root {
--color-1: #f5c7a8;
--color-2: #f1e0a2;
--color-3: #e0b4e4;
--color-4: #75b2f0;
--color-5: #f6b8a2;
}

CSS del degradado de fondo Fluttershy Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7a8, #f1e0a2, #e0b4e4, #75b2f0, #f6b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7a8, #f1e0a2, #e0b4e4, #75b2f0, #f6b8a2);
}

Fluttershy Pink color palette created on .