Chica's Fiesta Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chica's Fiesta palette

Condividi questa palette a:

tavolozza dei colori Chica's Fiesta CSS

/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #e63d00;
}
.color-4 {
color: #d44e8b;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f08c00;
--color-3: #e63d00;
--color-4: #d44e8b;
--color-5: #681b98;
}

CSS con gradiente di sfondo Chica's Fiesta

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f08c00, #e63d00, #d44e8b, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f08c00, #e63d00, #d44e8b, #681b98);
}

Chica's Fiesta color palette created on .