Star Space Color Palette
Discover the beautiful Star Space color palette featuring black pearl (#030316), deep cove (#060533), deep cove (#090c43), arapawa (#0d0c58) and deep koamaru (#121c67).
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: #030316;
}
.color-2 {
color: #060533;
}
.color-3 {
color: #090c43;
}
.color-4 {
color: #0d0c58;
}
.color-5 {
color: #121c67;
}
/* CSS Variables */
:root {
--color-1: #030316;
--color-2: #060533;
--color-3: #090c43;
--color-4: #0d0c58;
--color-5: #121c67;
} 🌈 Star Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #030316, #060533, #090c43, #0d0c58, #121c67);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #030316, #060533, #090c43, #0d0c58, #121c67);
} 🔗 Explore similar color palettes
Star Space color palette created on .