Paleta de colores Festive Celebration

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Festive Celebration palette

Compartir esta paleta en:

CSS de la paleta de colores Festive Celebration

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ffdb57;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff4d7f;
--color-4: #ff8c00;
--color-5: #ffdb57;
}

CSS del degradado de fondo Festive Celebration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff4d7f, #ff8c00, #ffdb57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff4d7f, #ff8c00, #ffdb57);
}

Paletas de colores similares

Festive Celebration color palette created on .