Festive Evergreen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Festive Evergreen palette

Share this palette to:

Festive Evergreen color palette CSS

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #c82c1e;
}
.color-3 {
color: #9f4b1e;
}
.color-4 {
color: #2e8c2b;
}
.color-5 {
color: #1f7a1f;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #c82c1e;
--color-3: #9f4b1e;
--color-4: #2e8c2b;
--color-5: #1f7a1f;
}

Festive Evergreen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #c82c1e, #9f4b1e, #2e8c2b, #1f7a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #c82c1e, #9f4b1e, #2e8c2b, #1f7a1f);
}

Festive Evergreen color palette created on .