Christmas Color Palette
Discover the beautiful Christmas color palette featuring fuzzy wuzzy brown (#c84c4e), di serria (#daa24e), spring rain (#a3d1a6), havelock blue (#4ea0da) and concrete (#f2f2f2).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Christmas palette
💻 Christmas color palette CSS
/* CSS */
.color-1 {
color: #c84c4e;
}
.color-2 {
color: #daa24e;
}
.color-3 {
color: #a3d1a6;
}
.color-4 {
color: #4ea0da;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #c84c4e;
--color-2: #daa24e;
--color-3: #a3d1a6;
--color-4: #4ea0da;
--color-5: #f2f2f2;
} 🌈 Christmas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84c4e, #daa24e, #a3d1a6, #4ea0da, #f2f2f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84c4e, #daa24e, #a3d1a6, #4ea0da, #f2f2f2);
} 🔗 Explore similar color palettes
Christmas color palette created on .