Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Space palette
Download Space Color Palette (PNG)
Space color palette CSS
/* CSS */
.color-1 {
color: #1b1f3c;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #6b7bbd;
}
.color-4 {
color: #a4afdf;
}
.color-5 {
color: #f0f3ff;
}
/* CSS Variables */
:root {
--color-1: #1b1f3c;
--color-2: #3b4b8c;
--color-3: #6b7bbd;
--color-4: #a4afdf;
--color-5: #f0f3ff;
}
Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3c, #3b4b8c, #6b7bbd, #a4afdf, #f0f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3c, #3b4b8c, #6b7bbd, #a4afdf, #f0f3ff);
}
Similar color palettes
Scroll down to explore 1000+ colors.galaxy color palettes
Space color palette created on .