Gigi Color Palette

Discover the beautiful Gigi color palette featuring scandal (#d1faf4), spray (#8fe9f0), sunglo (#e46262), chestnut (#ba4545) and paris daisy (#f8ff75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Burgundy, Red, Yellow 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 Gigi palette

Share this palette to:

💻 Gigi color palette CSS

/* CSS */
.color-1 {
color: #d1faf4;
}
.color-2 {
color: #8fe9f0;
}
.color-3 {
color: #e46262;
}
.color-4 {
color: #ba4545;
}
.color-5 {
color: #f8ff75;
}

/* CSS Variables */
:root {
--color-1: #d1faf4;
--color-2: #8fe9f0;
--color-3: #e46262;
--color-4: #ba4545;
--color-5: #f8ff75;
}

🌈 Gigi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1faf4, #8fe9f0, #e46262, #ba4545, #f8ff75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1faf4, #8fe9f0, #e46262, #ba4545, #f8ff75);
}

Gigi color palette created on .