Ghostly Blue Color Palette
Discover the beautiful Ghostly Blue color palette featuring black haze (#e7e9e9), casper (#b6c8d8), bali hai (#8ca2b1), blue bayoux (#4d6a80) and san juan (#2b4a6e).
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 Blue palette
💻 Ghostly Blue color palette CSS
/* CSS */
.color-1 {
color: #e7e9e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #8ca2b1;
}
.color-4 {
color: #4d6a80;
}
.color-5 {
color: #2b4a6e;
}
/* CSS Variables */
:root {
--color-1: #e7e9e9;
--color-2: #b6c8d8;
--color-3: #8ca2b1;
--color-4: #4d6a80;
--color-5: #2b4a6e;
}
🌈 Ghostly Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}
🔗 Explore similar color palettes
Ghostly Blue color palette created on .