Ghostly Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghostly Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ghostly Blue Color Palette (PNG)
Ghostly Blue color palette CSS
/* CSS */
.color-1 {
color: #e7e9e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #8ca2b1;
}
.color-4 {
color: #4d6a80;
}
.color-5 {
color: #2b4a6e;
}
/* CSS Variables */
:root {
--color-1: #e7e9e9;
--color-2: #b6c8d8;
--color-3: #8ca2b1;
--color-4: #4d6a80;
--color-5: #2b4a6e;
}
Ghostly Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e9e9, #b6c8d8, #8ca2b1, #4d6a80, #2b4a6e);
}
Similar color palettes
Ghostly Blue color palette created on .