Star Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Star Space palette
Color Inspiration
Images that showcase this color palette in real designs
Download Star Space Color Palette (PNG)
Star Space color palette CSS
/* CSS */
.color-1 {
color: #030316;
}
.color-2 {
color: #060533;
}
.color-3 {
color: #090c43;
}
.color-4 {
color: #0e0c5a;
}
.color-5 {
color: #121c68;
}
/* CSS Variables */
:root {
--color-1: #030316;
--color-2: #060533;
--color-3: #090c43;
--color-4: #0e0c5a;
--color-5: #121c68;
}
Star Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #030316, #060533, #090c43, #0e0c5a, #121c68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #030316, #060533, #090c43, #0e0c5a, #121c68);
}
Similar color palettes
Star Space color palette created on .