Paleta de colores Cursed Fiesta

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cursed Fiesta palette

Compartir esta paleta en:

CSS de la paleta de colores Cursed Fiesta

/* CSS */
.color-1 {
color: #af521d;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d1c7f5;
}
.color-4 {
color: #7b4b8b;
}
.color-5 {
color: #2e1b4b;
}

/* CSS Variables */
:root {
--color-1: #af521d;
--color-2: #f5a524;
--color-3: #d1c7f5;
--color-4: #7b4b8b;
--color-5: #2e1b4b;
}

CSS del degradado de fondo Cursed Fiesta

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af521d, #f5a524, #d1c7f5, #7b4b8b, #2e1b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af521d, #f5a524, #d1c7f5, #7b4b8b, #2e1b4b);
}

Cursed Fiesta color palette created on .