Pink Glinda Color Palette

Discover the beautiful Pink Glinda color palette featuring manhattan (#f3c0a0), albescent white (#f7e3d4), chantilly (#f9c3d1), illusion (#f5a8c0) and we peep (#f0c1e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Soft, Spring color palettes and combinations.

💡 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

Share this palette to:

💻 Pink Glinda color palette CSS

/* CSS */
.color-1 {
color: #f3c0a0;
}
.color-2 {
color: #f7e3d4;
}
.color-3 {
color: #f9c3d1;
}
.color-4 {
color: #f5a8c0;
}
.color-5 {
color: #f0c1e2;
}

/* CSS Variables */
:root {
--color-1: #f3c0a0;
--color-2: #f7e3d4;
--color-3: #f9c3d1;
--color-4: #f5a8c0;
--color-5: #f0c1e2;
}

🌈 Pink Glinda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c0a0, #f7e3d4, #f9c3d1, #f5a8c0, #f0c1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c0a0, #f7e3d4, #f9c3d1, #f5a8c0, #f0c1e2);
}

Pink Glinda color palette created on .