Cool Gray Winter Color Palette
Discover the beautiful Cool Gray Winter color palette featuring porcelain (#e2e6e9), submarine (#b4caca), cascade (#8aa7a8), smalt blue (#5a8487) and spectra (#2b5254).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Gray, Light, Cool 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 Cool Gray Winter palette
💻 Cool Gray Winter color palette CSS
/* CSS */
.color-1 {
color: #e2e6e9;
}
.color-2 {
color: #b4caca;
}
.color-3 {
color: #8aa7a8;
}
.color-4 {
color: #5a8487;
}
.color-5 {
color: #2b5254;
}
/* CSS Variables */
:root {
--color-1: #e2e6e9;
--color-2: #b4caca;
--color-3: #8aa7a8;
--color-4: #5a8487;
--color-5: #2b5254;
}
🌈 Cool Gray Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e6e9, #b4caca, #8aa7a8, #5a8487, #2b5254);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e6e9, #b4caca, #8aa7a8, #5a8487, #2b5254);
}
🔗 Explore similar color palettes
Cool Gray Winter color palette created on .