Purple Gato Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Gato palette

Share this palette to:

Purple Gato color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e8a0;
}
.color-3 {
color: #f6b8b1;
}
.color-4 {
color: #b87dba;
}
.color-5 {
color: #7c4992;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e8a0;
--color-3: #f6b8b1;
--color-4: #b87dba;
--color-5: #7c4992;
}

Purple Gato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e8a0, #f6b8b1, #b87dba, #7c4992);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e8a0, #f6b8b1, #b87dba, #7c4992);
}

Purple Gato color palette created on .