Light Blue Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Ghost palette
Light Blue Ghost color palette CSS
/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #c2c2ff;
}
.color-3 {
color: #9fafe0;
}
.color-4 {
color: #8a9dc1;
}
.color-5 {
color: #7b9ac6;
}
/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #c2c2ff;
--color-3: #9fafe0;
--color-4: #8a9dc1;
--color-5: #7b9ac6;
}
Light Blue Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #c2c2ff, #9fafe0, #8a9dc1, #7b9ac6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #c2c2ff, #9fafe0, #8a9dc1, #7b9ac6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Light Blue Ghost color palette created on .