Ghostly Color Palette

Discover the beautiful Ghostly color palette featuring link water (#d9e6f2), regent st blue (#a2c7e7), danube (#7da3d4), steel blue (#4c86b8) and st tropaz (#2b5d91).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Ethereal, Light, Modern, Soft 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 palette

Share this palette to:

💻 Ghostly color palette CSS

/* CSS */
.color-1 {
color: #d9e6f2;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #7da3d4;
}
.color-4 {
color: #4c86b8;
}
.color-5 {
color: #2b5d91;
}

/* CSS Variables */
:root {
--color-1: #d9e6f2;
--color-2: #a2c7e7;
--color-3: #7da3d4;
--color-4: #4c86b8;
--color-5: #2b5d91;
}

🌈 Ghostly background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e6f2, #a2c7e7, #7da3d4, #4c86b8, #2b5d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e6f2, #a2c7e7, #7da3d4, #4c86b8, #2b5d91);
}

Ghostly color palette created on .