Dark Gray Sky Color Palette
Discover the beautiful Dark Gray Sky color palette featuring river bed (#4a5568), slate gray (#6c7d93), cadet blue (#9eb4c2), powder blue (#b3d9e5) and pattens blue (#e0f7ff).
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 Dark Gray Sky palette
💻 Dark Gray Sky color palette CSS
/* CSS */
.color-1 {
color: #4a5568;
}
.color-2 {
color: #6c7d93;
}
.color-3 {
color: #9eb4c2;
}
.color-4 {
color: #b3d9e5;
}
.color-5 {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--color-1: #4a5568;
--color-2: #6c7d93;
--color-3: #9eb4c2;
--color-4: #b3d9e5;
--color-5: #e0f7ff;
} 🌈 Dark Gray Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5568, #6c7d93, #9eb4c2, #b3d9e5, #e0f7ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5568, #6c7d93, #9eb4c2, #b3d9e5, #e0f7ff);
} 🔗 Explore similar color palettes
Dark Gray Sky color palette created on .