Muted Winter Color Palette
Discover the beautiful Muted Winter color palette featuring hit gray (#a6b1b5), opal (#a2c0c3), gray nurse (#e3e5e1), maverick (#d4bac7) and london hue (#bfa8c7).
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 Muted Winter palette
💻 Muted Winter color palette CSS
/* CSS */
.color-1 {
color: #a6b1b5;
}
.color-2 {
color: #a2c0c3;
}
.color-3 {
color: #e3e5e1;
}
.color-4 {
color: #d4bac7;
}
.color-5 {
color: #bfa8c7;
}
/* CSS Variables */
:root {
--color-1: #a6b1b5;
--color-2: #a2c0c3;
--color-3: #e3e5e1;
--color-4: #d4bac7;
--color-5: #bfa8c7;
} 🌈 Muted Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b1b5, #a2c0c3, #e3e5e1, #d4bac7, #bfa8c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b1b5, #a2c0c3, #e3e5e1, #d4bac7, #bfa8c7);
} 🔗 Explore similar color palettes
Muted Winter color palette created on .