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: #c92c3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #4f7d7d;
}
.color-4 {
color: #aed5d4;
}
.color-5 {
color: #e9f7f3;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f0a800;
--color-3: #4f7d7d;
--color-4: #aed5d4;
--color-5: #e9f7f3;
}

CSS con gradiente di sfondo Festive Wonderland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f0a800, #4f7d7d, #aed5d4, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f0a800, #4f7d7d, #aed5d4, #e9f7f3);
}

Festive Wonderland color palette created on .