Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghost palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ghost Color Palette (PNG)
Ghost color palette CSS
/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #d7e4e5;
}
.color-3 {
color: #b1d2d3;
}
.color-4 {
color: #8bc4d0;
}
.color-5 {
color: #5bb8c2;
}
/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #d7e4e5;
--color-3: #b1d2d3;
--color-4: #8bc4d0;
--color-5: #5bb8c2;
}
Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #d7e4e5, #b1d2d3, #8bc4d0, #5bb8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #d7e4e5, #b1d2d3, #8bc4d0, #5bb8c2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ghost color palette created on .