Christmas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Christmas palette
Christmas color palette PNG image
Christmas color palette CSS
/* CSS */
.color-1 {
color: #dc6f78;
}
.color-2 {
color: #e6c57a;
}
.color-3 {
color: #80c072;
}
.color-4 {
color: #eaf6fb;
}
.color-5 {
color: #c7906b;
}
/* CSS Variables */
:root {
--color-1: #dc6f78;
--color-2: #e6c57a;
--color-3: #80c072;
--color-4: #eaf6fb;
--color-5: #c7906b;
}
Christmas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc6f78, #e6c57a, #80c072, #eaf6fb, #c7906b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc6f78, #e6c57a, #80c072, #eaf6fb, #c7906b);
}
Similar color palettes
Scroll down to explore 60+ Coral color palettes
Christmas color palette created on .