Foxy Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Foxy Fiesta palette

Share this palette to:

Foxy Fiesta color palette CSS

/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f19b8e;
}
.color-3 {
color: #f7cf69;
}
.color-4 {
color: #a4d37e;
}
.color-5 {
color: #5fb9b5;
}

/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f19b8e;
--color-3: #f7cf69;
--color-4: #a4d37e;
--color-5: #5fb9b5;
}

Foxy Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f19b8e, #f7cf69, #a4d37e, #5fb9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f19b8e, #f7cf69, #a4d37e, #5fb9b5);
}

Foxy Fiesta color palette created on .