Christmas Kids Dark Color Palette
Discover the beautiful Christmas Kids Dark color palette featuring congo brown (#5e3b3e), fuzzy wuzzy brown (#c25a4c), sandy brown (#f1a76a), hampton (#e6e6b2) and regent st blue (#9fc5e5).
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 Kids Dark palette
💻 Christmas Kids Dark color palette CSS
/* CSS */
.color-1 {
color: #5e3b3e;
}
.color-2 {
color: #c25a4c;
}
.color-3 {
color: #f1a76a;
}
.color-4 {
color: #e6e6b2;
}
.color-5 {
color: #9fc5e5;
}
/* CSS Variables */
:root {
--color-1: #5e3b3e;
--color-2: #c25a4c;
--color-3: #f1a76a;
--color-4: #e6e6b2;
--color-5: #9fc5e5;
} 🌈 Christmas Kids Dark background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3b3e, #c25a4c, #f1a76a, #e6e6b2, #9fc5e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3b3e, #c25a4c, #f1a76a, #e6e6b2, #9fc5e5);
} 🔗 Explore similar color palettes
Christmas Kids Dark color palette created on .