Gigi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gigi palette

Share this palette to:

Gigi color palette PNG image

Download gigi color palette PNG image (landscape)
Download gigi color palette PNG image (square)

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 .