Christmas Cheer Color Palette
Discover the beautiful Christmas Cheer color palette featuring stiletto (#a13a3e), petite orchid (#d9908c), mandys pink (#f1b3a7), new orleans (#f3d4a5) and morning glory (#a3cfe0).
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 Cheer palette
💻 Christmas Cheer color palette CSS
/* CSS */
.color-1 {
color: #a13a3e;
}
.color-2 {
color: #d9908c;
}
.color-3 {
color: #f1b3a7;
}
.color-4 {
color: #f3d4a5;
}
.color-5 {
color: #a3cfe0;
}
/* CSS Variables */
:root {
--color-1: #a13a3e;
--color-2: #d9908c;
--color-3: #f1b3a7;
--color-4: #f3d4a5;
--color-5: #a3cfe0;
} 🌈 Christmas Cheer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a13a3e, #d9908c, #f1b3a7, #f3d4a5, #a3cfe0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a13a3e, #d9908c, #f1b3a7, #f3d4a5, #a3cfe0);
} 🔗 Explore similar color palettes
Christmas Cheer color palette created on .