Paleta de colores Sunset Fiesta

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Fiesta palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Fiesta

/* CSS */
.color-1 {
color: #d1ae00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #e02900;
}
.color-4 {
color: #7a7dff;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #d1ae00;
--color-2: #ff6e00;
--color-3: #e02900;
--color-4: #7a7dff;
--color-5: #00bdd6;
}

CSS del degradado de fondo Sunset Fiesta

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ae00, #ff6e00, #e02900, #7a7dff, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ae00, #ff6e00, #e02900, #7a7dff, #00bdd6);
}

Sunset Fiesta color palette created on .