Shades of Blue Ghostie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Ghostie palette
Shades of Blue Ghostie color palette CSS
/* CSS */
.color-1 {
color: #f0e5e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #85a2b7;
}
.color-4 {
color: #4d7f9d;
}
.color-5 {
color: #2b5c7d;
}
/* CSS Variables */
:root {
--color-1: #f0e5e9;
--color-2: #b6c8d8;
--color-3: #85a2b7;
--color-4: #4d7f9d;
--color-5: #2b5c7d;
}
Shades of Blue Ghostie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
Similar color palettes
Shades of Blue Ghostie color palette created on .