Pink Glinda Color Palette
Discover the beautiful Pink Glinda color palette featuring we peep (#f1c0e3), illusion (#f3a0c5), wewak (#f599b4), geraldine (#f68e8e) and froly (#f77e7e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
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);
} 🔗 Explore similar color palettes
Pink Glinda color palette created on .