Ghostly Hues Color Palette

Discover the beautiful Ghostly Hues color palette featuring geyser (#d7e4e5), opal (#a4c6c4), gulf stream (#81b1b1), smalt blue (#508b8b) and spectra (#2a5a5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Soft, Teal, Aqua, Modern, Bright, Summer, Coastal color palettes and combinations.

💡 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 Hues palette

Share this palette to:

💻 Ghostly Hues color palette CSS

/* CSS */
.color-1 {
color: #d7e4e5;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #81b1b1;
}
.color-4 {
color: #508b8b;
}
.color-5 {
color: #2a5a5a;
}

/* CSS Variables */
:root {
--color-1: #d7e4e5;
--color-2: #a4c6c4;
--color-3: #81b1b1;
--color-4: #508b8b;
--color-5: #2a5a5a;
}

🌈 Ghostly Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e4e5, #a4c6c4, #81b1b1, #508b8b, #2a5a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e4e5, #a4c6c4, #81b1b1, #508b8b, #2a5a5a);
}

Ghostly Hues color palette created on .