Pink Fluttershy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Fluttershy palette

Share this palette to:

Pink Fluttershy color palette CSS

/* CSS */
.color-1 {
color: #ffb3e2;
}
.color-2 {
color: #ff99da;
}
.color-3 {
color: #ff80bf;
}
.color-4 {
color: #ff5c98;
}
.color-5 {
color: #ff3d7b;
}

/* CSS Variables */
:root {
--color-1: #ffb3e2;
--color-2: #ff99da;
--color-3: #ff80bf;
--color-4: #ff5c98;
--color-5: #ff3d7b;
}

Pink Fluttershy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e2, #ff99da, #ff80bf, #ff5c98, #ff3d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e2, #ff99da, #ff80bf, #ff5c98, #ff3d7b);
}

Pink Fluttershy color palette created on .