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