Ghostly Blue Color Palette

Discover the beautiful Ghostly Blue color palette featuring catskill white (#f1f5f8), botticelli (#d0e0e7), pigeon post (#a5c6d5), ziggurat (#b6d8e2) and botticelli (#c7d1e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Blue, Gray, Light, Soft, Ghost, Cat 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 Blue palette

Share this palette to:

💻 Ghostly Blue color palette CSS

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #d0e0e7;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #b6d8e2;
}
.color-5 {
color: #c7d1e0;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #d0e0e7;
--color-3: #a5c6d5;
--color-4: #b6d8e2;
--color-5: #c7d1e0;
}

🌈 Ghostly Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #d0e0e7, #a5c6d5, #b6d8e2, #c7d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #d0e0e7, #a5c6d5, #b6d8e2, #c7d1e0);
}

Ghostly Blue color palette created on .