Ghest Color Palette
Discover the beautiful Ghest color palette featuring blue haze (#c0c4d8), rock blue (#a1b4d3), ship cove (#6a8ebe), kashmir blue (#4c6f9a) and astronaut (#2c497d).
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 Ghest palette
💻 Ghest color palette CSS
/* CSS */
.color-1 {
color: #c0c4d8;
}
.color-2 {
color: #a1b4d3;
}
.color-3 {
color: #6a8ebe;
}
.color-4 {
color: #4c6f9a;
}
.color-5 {
color: #2c497d;
}
/* CSS Variables */
:root {
--color-1: #c0c4d8;
--color-2: #a1b4d3;
--color-3: #6a8ebe;
--color-4: #4c6f9a;
--color-5: #2c497d;
} 🌈 Ghest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c4d8, #a1b4d3, #6a8ebe, #4c6f9a, #2c497d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c4d8, #a1b4d3, #6a8ebe, #4c6f9a, #2c497d);
} 🔗 Explore similar color palettes
Ghest color palette created on .