Subspace Color Palette
Discover the beautiful Subspace color palette featuring port gore (#1f1938), port gore (#302754), east bay (#4d3d72), kimberly (#745c94) and lavender purple (#a28cbc).
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 Subspace palette
💻 Subspace color palette CSS
/* CSS */
.color-1 {
color: #1f1938;
}
.color-2 {
color: #302754;
}
.color-3 {
color: #4d3d72;
}
.color-4 {
color: #745c94;
}
.color-5 {
color: #a28cbc;
}
/* CSS Variables */
:root {
--color-1: #1f1938;
--color-2: #302754;
--color-3: #4d3d72;
--color-4: #745c94;
--color-5: #a28cbc;
} 🌈 Subspace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1938, #302754, #4d3d72, #745c94, #a28cbc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1938, #302754, #4d3d72, #745c94, #a28cbc);
} 🔗 Explore similar color palettes
Subspace color palette created on .