Christmas Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Christmas Green palette

Share this palette to:

Christmas Green color palette CSS

/* CSS */
.color-1 {
color: #ff5f5c;
}
.color-2 {
color: #ff914d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #60af60;
}
.color-5 {
color: #2f6f6f;
}

/* CSS Variables */
:root {
--color-1: #ff5f5c;
--color-2: #ff914d;
--color-3: #ffd84d;
--color-4: #60af60;
--color-5: #2f6f6f;
}

Christmas Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f5c, #ff914d, #ffd84d, #60af60, #2f6f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f5c, #ff914d, #ffd84d, #60af60, #2f6f6f);
}

Christmas Green color palette created on .