Night City Small Kitty Color Palette
Discover the beautiful Night City Small Kitty color palette featuring port gore (#1a1e3c), oxford blue (#3a405f), shuttle gray (#5e6373), pavlova (#d9c5a0) and bittersweet (#ff6e61).
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 Night City Small Kitty palette
💻 Night City Small Kitty color palette CSS
/* CSS */
.color-1 {
color: #1a1e3c;
}
.color-2 {
color: #3a405f;
}
.color-3 {
color: #5e6373;
}
.color-4 {
color: #d9c5a0;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1a1e3c;
--color-2: #3a405f;
--color-3: #5e6373;
--color-4: #d9c5a0;
--color-5: #ff6e61;
} 🌈 Night City Small Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3c, #3a405f, #5e6373, #d9c5a0, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3c, #3a405f, #5e6373, #d9c5a0, #ff6e61);
} 🔗 Explore similar color palettes
Night City Small Kitty color palette created on .