Shades of Blue Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Ghost palette
Shades of Blue Ghost color palette CSS
/* CSS */
.color-1 {
color: #e6e8ea;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #9fb0c6;
}
.color-4 {
color: #7c9dbb;
}
.color-5 {
color: #4d738f;
}
/* CSS Variables */
:root {
--color-1: #e6e8ea;
--color-2: #b6c8d8;
--color-3: #9fb0c6;
--color-4: #7c9dbb;
--color-5: #4d738f;
}
Shades of Blue Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e8ea, #b6c8d8, #9fb0c6, #7c9dbb, #4d738f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e8ea, #b6c8d8, #9fb0c6, #7c9dbb, #4d738f);
}
Similar color palettes
Shades of Blue Ghost color palette created on .