Shades of Blue Spirits Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Spirits palette
Shades of Blue Spirits color palette CSS
/* CSS */
.color-1 {
color: #e2e5e9;
}
.color-2 {
color: #b1c1d2;
}
.color-3 {
color: #789aba;
}
.color-4 {
color: #4b7c9b;
}
.color-5 {
color: #2c496d;
}
/* CSS Variables */
:root {
--color-1: #e2e5e9;
--color-2: #b1c1d2;
--color-3: #789aba;
--color-4: #4b7c9b;
--color-5: #2c496d;
}
Shades of Blue Spirits background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5e9, #b1c1d2, #789aba, #4b7c9b, #2c496d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5e9, #b1c1d2, #789aba, #4b7c9b, #2c496d);
}
Similar color palettes
Shades of Blue Spirits color palette created on .