Festive Wonderland Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Festive Wonderland palette
tavolozza dei colori Festive Wonderland CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Festive Wonderland color palette created on .