Star Space Color Palette
Discover the beautiful Star Space color palette featuring black pearl (#020212), black rock (#05042a), deep cove (#060737), deep cove (#090849) and downriver (#0a1252).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Star Space palette
💻 Star Space color palette CSS
/* CSS */
.color-1 {
color: #020212;
}
.color-2 {
color: #05042a;
}
.color-3 {
color: #060737;
}
.color-4 {
color: #090849;
}
.color-5 {
color: #0a1252;
}
/* CSS Variables */
:root {
--color-1: #020212;
--color-2: #05042a;
--color-3: #060737;
--color-4: #090849;
--color-5: #0a1252;
} 🌈 Star Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #020212, #05042a, #060737, #090849, #0a1252);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #020212, #05042a, #060737, #090849, #0a1252);
} 🔗 Explore similar color palettes
Star Space color palette created on .