Christmas Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Christmas Red palette
Christmas Red color palette CSS
/* CSS */
.color-1 {
color: #b83d3d;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #6ea03b;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--color-1: #b83d3d;
--color-2: #f1a94b;
--color-3: #6ea03b;
--color-4: #2e3f52;
--color-5: #f3f4f6;
}
Christmas Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}
Similar color palettes
Scroll down to explore 300 Red color palettes
Christmas Red color palette created on .