Paleta de colores Festive Wonderland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Festive Wonderland palette

Compartir esta paleta en:

CSS de la paleta de colores Festive Wonderland

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #0099cc;
}
.color-5 {
color: #b30000;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4cae4f;
--color-3: #ffcc00;
--color-4: #0099cc;
--color-5: #b30000;
}

CSS del degradado de fondo Festive Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4cae4f, #ffcc00, #0099cc, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4cae4f, #ffcc00, #0099cc, #b30000);
}

Festive Wonderland color palette created on .