Handheld Game Vibes Color Palette
Discover the beautiful Handheld Game Vibes color palette featuring steel gray (#1e1e2f), mulled wine (#4e4e6e), waterloo  (#7c7c9c), french gray (#b5b5c4) and rum swizzle (#f8f8e2).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRetro, Blue, Gray, Vibrant, Bright, Fun, Electronic, 90s color palettes and combinations.
💡 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 Handheld Game Vibes palette
💻 Handheld Game Vibes color palette CSS
/* CSS */
.color-1 {
  color: #1e1e2f;
 }
.color-2 {
  color: #4e4e6e;
 }
.color-3 {
  color: #7c7c9c;
 }
.color-4 {
  color: #b5b5c4;
 }
.color-5 {
  color: #f8f8e2;
 }
/* CSS Variables */
:root {
  --color-1: #1e1e2f;
  --color-2: #4e4e6e;
  --color-3: #7c7c9c;
  --color-4: #b5b5c4;
  --color-5: #f8f8e2;
 } 🌈 Handheld Game Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #1e1e2f, #4e4e6e, #7c7c9c, #b5b5c4, #f8f8e2);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #1e1e2f, #4e4e6e, #7c7c9c, #b5b5c4, #f8f8e2);
 } 🔗 Explore similar color palettes
Handheld Game Vibes color palette created on .