Pink Fluttershy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Fluttershy palette

Condividi questa palette a:

tavolozza dei colori Pink Fluttershy CSS

/* CSS */
.color-1 {
color: #f6d9a7;
}
.color-2 {
color: #f2b5e4;
}
.color-3 {
color: #f9c3c3;
}
.color-4 {
color: #e8a6e0;
}
.color-5 {
color: #f6bbe4;
}

/* CSS Variables */
:root {
--color-1: #f6d9a7;
--color-2: #f2b5e4;
--color-3: #f9c3c3;
--color-4: #e8a6e0;
--color-5: #f6bbe4;
}

CSS con gradiente di sfondo Pink Fluttershy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a7, #f2b5e4, #f9c3c3, #e8a6e0, #f6bbe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a7, #f2b5e4, #f9c3c3, #e8a6e0, #f6bbe4);
}

Pink Fluttershy color palette created on .