Pink Gatos Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Gatos palette

Share this palette to:

Pink Gatos color palette CSS

/* CSS */
.color-1 {
color: #e3a1c3;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #f3e2e8;
}
.color-4 {
color: #b8cad5;
}
.color-5 {
color: #799daf;
}

/* CSS Variables */
:root {
--color-1: #e3a1c3;
--color-2: #f1c6d5;
--color-3: #f3e2e8;
--color-4: #b8cad5;
--color-5: #799daf;
}

Pink Gatos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a1c3, #f1c6d5, #f3e2e8, #b8cad5, #799daf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a1c3, #f1c6d5, #f3e2e8, #b8cad5, #799daf);
}

Pink Gatos color palette created on .