Gigi Color Palette

Discover the beautiful Gigi color palette featuring wewak (#f1a7b6), beauty bush (#f0c7d0), prelude (#d8b3e0), regent st blue (#a6d7e8) and downy (#69c3d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Feminine, Light, Lilac, Peach, Pink, Soft, Teal 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: #f1a7b6;
}
.color-2 {
color: #f0c7d0;
}
.color-3 {
color: #d8b3e0;
}
.color-4 {
color: #a6d7e8;
}
.color-5 {
color: #69c3d3;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #f0c7d0;
--color-3: #d8b3e0;
--color-4: #a6d7e8;
--color-5: #69c3d3;
}

🌈 Gigi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #f0c7d0, #d8b3e0, #a6d7e8, #69c3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #f0c7d0, #d8b3e0, #a6d7e8, #69c3d3);
}

Gigi color palette created on .