Christmas Fog Color Palette
Discover the beautiful Christmas Fog color palette featuring sinbad (#a1c6d4), moss green (#a7d7b8), manhattan (#f4c59f), new york pink (#d87c74) and mulberry (#c85b7a).
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 Fog palette
💻 Christmas Fog color palette CSS
/* CSS */
.color-1 {
color: #a1c6d4;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f4c59f;
}
.color-4 {
color: #d87c74;
}
.color-5 {
color: #c85b7a;
}
/* CSS Variables */
:root {
--color-1: #a1c6d4;
--color-2: #a7d7b8;
--color-3: #f4c59f;
--color-4: #d87c74;
--color-5: #c85b7a;
} 🌈 Christmas Fog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c6d4, #a7d7b8, #f4c59f, #d87c74, #c85b7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c6d4, #a7d7b8, #f4c59f, #d87c74, #c85b7a);
} 🔗 Explore similar color palettes
Christmas Fog color palette created on .