Pink Shades of Gabby Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shades of Gabby palette

Share this palette to:

Pink Shades of Gabby color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f7a79c;
}
.color-4 {
color: #f7888a;
}
.color-5 {
color: #f75976;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f7b5a1;
--color-3: #f7a79c;
--color-4: #f7888a;
--color-5: #f75976;
}

Pink Shades of Gabby background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f7b5a1, #f7a79c, #f7888a, #f75976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f7b5a1, #f7a79c, #f7888a, #f75976);
}

Pink Shades of Gabby color palette created on .