Shades of Grey Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Grey Ghost palette
Shades of Grey Ghost color palette CSS
/* CSS */
.color-1 {
color: #d7d9db;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #8a8c8f;
}
.color-4 {
color: #4e5255;
}
.color-5 {
color: #2c2d30;
}
/* CSS Variables */
:root {
--color-1: #d7d9db;
--color-2: #b0b3b5;
--color-3: #8a8c8f;
--color-4: #4e5255;
--color-5: #2c2d30;
}
Shades of Grey Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d9db, #b0b3b5, #8a8c8f, #4e5255, #2c2d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d9db, #b0b3b5, #8a8c8f, #4e5255, #2c2d30);
}
Similar color palettes
Shades of Grey Ghost color palette created on .