Muted Blue Winter Color Palette
Discover the beautiful Muted Blue Winter color palette featuring pigeon post (#a3b7d7), ship cove (#7d9bbf), wedgewood (#497a9c), calypso (#316a8c) and cello (#1f4d61).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCool Winter, Blue, Muted, Soft, Winter color palettes and combinations.
💡 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 Blue Winter palette
💻 Muted Blue Winter color palette CSS
/* CSS */
.color-1 {
color: #a3b7d7;
}
.color-2 {
color: #7d9bbf;
}
.color-3 {
color: #497a9c;
}
.color-4 {
color: #316a8c;
}
.color-5 {
color: #1f4d61;
}
/* CSS Variables */
:root {
--color-1: #a3b7d7;
--color-2: #7d9bbf;
--color-3: #497a9c;
--color-4: #316a8c;
--color-5: #1f4d61;
}
🌈 Muted Blue Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b7d7, #7d9bbf, #497a9c, #316a8c, #1f4d61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b7d7, #7d9bbf, #497a9c, #316a8c, #1f4d61);
}
🔗 Explore similar color palettes
Muted Blue Winter color palette created on .