Ghostly Shades Color Palette
Discover the beautiful Ghostly Shades color palette featuring ghost (#c8cad5), santas gray (#a3a5b2), waterloo (#80828e), mid gray (#5b5e6b) and tuna (#393b47).
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 Ghostly Shades palette
💻 Ghostly Shades color palette CSS
/* CSS */
.color-1 {
color: #c8cad5;
}
.color-2 {
color: #a3a5b2;
}
.color-3 {
color: #80828e;
}
.color-4 {
color: #5b5e6b;
}
.color-5 {
color: #393b47;
}
/* CSS Variables */
:root {
--color-1: #c8cad5;
--color-2: #a3a5b2;
--color-3: #80828e;
--color-4: #5b5e6b;
--color-5: #393b47;
}
🌈 Ghostly Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}
🔗 Explore similar color palettes
Ghostly Shades color palette created on .