Blue Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ghost palette
Blue Ghost color palette CSS
/* CSS */
.color-1 {
color: #d0e0e7;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #70b3d2;
}
.color-4 {
color: #2a9ecf;
}
.color-5 {
color: #007e94;
}
/* CSS Variables */
:root {
--color-1: #d0e0e7;
--color-2: #a2d2e2;
--color-3: #70b3d2;
--color-4: #2a9ecf;
--color-5: #007e94;
}
Blue Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e0e7, #a2d2e2, #70b3d2, #2a9ecf, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e0e7, #a2d2e2, #70b3d2, #2a9ecf, #007e94);
}
Similar color palettes
Blue Ghost color palette created on .