Ghostly Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghostly Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ghostly Shades Color Palette (PNG)
Ghostly Shades color palette CSS
/* CSS */
.color-1 {
color: #c8cad5;
}
.color-2 {
color: #a3a5b2;
}
.color-3 {
color: #80828e;
}
.color-4 {
color: #5b5e6b;
}
.color-5 {
color: #393b47;
}
/* CSS Variables */
:root {
--color-1: #c8cad5;
--color-2: #a3a5b2;
--color-3: #80828e;
--color-4: #5b5e6b;
--color-5: #393b47;
}
Ghostly Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8cad5, #a3a5b2, #80828e, #5b5e6b, #393b47);
}
Similar color palettes
Ghostly Shades color palette created on .