Cyberpunk Tokyo Night Color Palette
Discover the beautiful Cyberpunk Tokyo Night color palette featuring mirage (#1e1a38), mulled wine (#4e4b6c), waterloo (#8a7b9d), amaranth (#f03d55) and cyan / aqua (#00d4ff).
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 Cyberpunk Tokyo Night palette
💻 Cyberpunk Tokyo Night color palette CSS
/* CSS */
.color-1 {
color: #1e1a38;
}
.color-2 {
color: #4e4b6c;
}
.color-3 {
color: #8a7b9d;
}
.color-4 {
color: #f03d55;
}
.color-5 {
color: #00d4ff;
}
/* CSS Variables */
:root {
--color-1: #1e1a38;
--color-2: #4e4b6c;
--color-3: #8a7b9d;
--color-4: #f03d55;
--color-5: #00d4ff;
} 🌈 Cyberpunk Tokyo Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a38, #4e4b6c, #8a7b9d, #f03d55, #00d4ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a38, #4e4b6c, #8a7b9d, #f03d55, #00d4ff);
} 🔗 Explore similar color palettes
Cyberpunk Tokyo Night color palette created on .