Ghost Jester Color Palette
Discover the beautiful Ghost Jester color palette featuring botticelli (#d0e0e7), regent st blue (#a2c7e7), half baked (#75b1d1), wedgewood (#4a8a96) and blumine (#1f6275).
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 Ghost Jester palette
💻 Ghost Jester color palette CSS
/* CSS */
.color-1 {
color: #d0e0e7;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #75b1d1;
}
.color-4 {
color: #4a8a96;
}
.color-5 {
color: #1f6275;
}
/* CSS Variables */
:root {
--color-1: #d0e0e7;
--color-2: #a2c7e7;
--color-3: #75b1d1;
--color-4: #4a8a96;
--color-5: #1f6275;
} 🌈 Ghost Jester background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e0e7, #a2c7e7, #75b1d1, #4a8a96, #1f6275);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e0e7, #a2c7e7, #75b1d1, #4a8a96, #1f6275);
} 🔗 Explore similar color palettes
Ghost Jester color palette created on .