Grey Wind Color Palette
Discover the beautiful Grey Wind color palette featuring gray chateau (#a0a8b6), heather (#b9c3cf), mystic (#e0e6eb), ghost (#c6cad7) and raven (#7b828e).
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 Grey Wind palette
💻 Grey Wind color palette CSS
/* CSS */
.color-1 {
color: #a0a8b6;
}
.color-2 {
color: #b9c3cf;
}
.color-3 {
color: #e0e6eb;
}
.color-4 {
color: #c6cad7;
}
.color-5 {
color: #7b828e;
}
/* CSS Variables */
:root {
--color-1: #a0a8b6;
--color-2: #b9c3cf;
--color-3: #e0e6eb;
--color-4: #c6cad7;
--color-5: #7b828e;
} 🌈 Grey Wind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0a8b6, #b9c3cf, #e0e6eb, #c6cad7, #7b828e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0a8b6, #b9c3cf, #e0e6eb, #c6cad7, #7b828e);
} 🔗 Explore similar color palettes
Grey Wind color palette created on .