Stormy Grey Blue Eyes Color Palette
Discover the beautiful Stormy Grey Blue Eyes color palette featuring bismark (#4a708c), ship cove (#789cb5), jungle mist (#b5c8d4), botticelli (#d0e2e7) and athens gray (#f3f5f7).
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 Stormy Grey Blue Eyes palette
💻 Stormy Grey Blue Eyes color palette CSS
/* CSS */
.color-1 {
color: #4a708c;
}
.color-2 {
color: #789cb5;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #d0e2e7;
}
.color-5 {
color: #f3f5f7;
}
/* CSS Variables */
:root {
--color-1: #4a708c;
--color-2: #789cb5;
--color-3: #b5c8d4;
--color-4: #d0e2e7;
--color-5: #f3f5f7;
} 🌈 Stormy Grey Blue Eyes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a708c, #789cb5, #b5c8d4, #d0e2e7, #f3f5f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a708c, #789cb5, #b5c8d4, #d0e2e7, #f3f5f7);
} 🔗 Explore similar color palettes
Stormy Grey Blue Eyes color palette created on .