Christmas Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Christmas Red palette

Share this palette to:

Christmas Red color palette CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e6a84c;
}
.color-3 {
color: #4ca04b;
}
.color-4 {
color: #2c7f9b;
}
.color-5 {
color: #f3e1a0;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e6a84c;
--color-3: #4ca04b;
--color-4: #2c7f9b;
--color-5: #f3e1a0;
}

Christmas Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e6a84c, #4ca04b, #2c7f9b, #f3e1a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e6a84c, #4ca04b, #2c7f9b, #f3e1a0);
}

Christmas Red color palette created on .