Shiba Spaceship Color Palette
Discover the beautiful Shiba Spaceship color palette featuring supernova (#ffcc00), blaze orange (#ff5e00), rose (#ff0080), blue (#3c00ff) and dodger blue (#5c5cff).
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 Shiba Spaceship palette
💻 Shiba Spaceship color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff0080;
}
.color-4 {
color: #3c00ff;
}
.color-5 {
color: #5c5cff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5e00;
--color-3: #ff0080;
--color-4: #3c00ff;
--color-5: #5c5cff;
} 🌈 Shiba Spaceship background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
} 🔗 Explore similar color palettes
Shiba Spaceship color palette created on .