Pink Glinda Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Glinda palette
Pink Glinda color palette CSS
/* CSS */
.color-1 {
color: #f1c0e3;
}
.color-2 {
color: #f3a0c5;
}
.color-3 {
color: #f599b4;
}
.color-4 {
color: #f68e8e;
}
.color-5 {
color: #f77e7e;
}
/* CSS Variables */
:root {
--color-1: #f1c0e3;
--color-2: #f3a0c5;
--color-3: #f599b4;
--color-4: #f68e8e;
--color-5: #f77e7e;
}
Pink Glinda background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0e3, #f3a0c5, #f599b4, #f68e8e, #f77e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0e3, #f3a0c5, #f599b4, #f68e8e, #f77e7e);
}
Similar color palettes
Scroll down to explore 80+ Bright color palettes
Pink Glinda color palette created on .