Festive Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Festive Harmony palette

Condividi questa palette a:

tavolozza dei colori Festive Harmony CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #398e3d;
}
.color-5 {
color: #c72929;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4cae4f;
--color-3: #ffb84d;
--color-4: #398e3d;
--color-5: #c72929;
}

CSS con gradiente di sfondo Festive Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4cae4f, #ffb84d, #398e3d, #c72929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4cae4f, #ffb84d, #398e3d, #c72929);
}

Festive Harmony color palette created on .