Red Christmas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Christmas palette

Share this palette to:

Red Christmas color palette CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #a8d68f;
}
.color-3 {
color: #f3f6ea;
}
.color-4 {
color: #efbe8a;
}
.color-5 {
color: #6f4d7a;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #a8d68f;
--color-3: #f3f6ea;
--color-4: #efbe8a;
--color-5: #6f4d7a;
}

Red Christmas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #a8d68f, #f3f6ea, #efbe8a, #6f4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #a8d68f, #f3f6ea, #efbe8a, #6f4d7a);
}

Red Christmas color palette created on .