Pink Glinda Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Glinda palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Glinda Color Palette (PNG)
Pink Glinda color palette CSS
/* CSS */
.color-1 {
color: #ffccff;
}
.color-2 {
color: #ff99cc;
}
.color-3 {
color: #ff6699;
}
.color-4 {
color: #ff3366;
}
.color-5 {
color: #ff0055;
}
/* CSS Variables */
:root {
--color-1: #ffccff;
--color-2: #ff99cc;
--color-3: #ff6699;
--color-4: #ff3366;
--color-5: #ff0055;
}
Pink Glinda background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccff, #ff99cc, #ff6699, #ff3366, #ff0055);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccff, #ff99cc, #ff6699, #ff3366, #ff0055);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Glinda color palette created on .