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: #c92c41;
}
.color-2 {
color: #a4d9da;
}
.color-3 {
color: #e1b12d;
}
.color-4 {
color: #6cbe46;
}
.color-5 {
color: #b84c4c;
}
/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #a4d9da;
--color-3: #e1b12d;
--color-4: #6cbe46;
--color-5: #b84c4c;
}
Christmas Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #a4d9da, #e1b12d, #6cbe46, #b84c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #a4d9da, #e1b12d, #6cbe46, #b84c4c);
}
Similar color palettes
Christmas Red color palette created on .