Festive Wonderland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Festive Wonderland palette

Condividi questa palette a:

tavolozza dei colori Festive Wonderland CSS

/* CSS */
.color-1 {
color: #d22d2d;
}
.color-2 {
color: #4e9e4c;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #d22d2d;
--color-2: #4e9e4c;
--color-3: #f1c40e;
--color-4: #e77e23;
--color-5: #3398db;
}

CSS con gradiente di sfondo Festive Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d22d2d, #4e9e4c, #f1c40e, #e77e23, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d22d2d, #4e9e4c, #f1c40e, #e77e23, #3398db);
}

Festive Wonderland color palette created on .