Gamer Vibes Color Palette
Discover the beautiful Gamer Vibes color palette featuring lucky point (#1e1e6b), royal blue (#4b4bd8), cornflower blue (#6b8bff), anakiwa (#80e1ff) and charlotte (#b4f4f8).
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 Gamer Vibes palette
💻 Gamer Vibes color palette CSS
/* CSS */
.color-1 {
color: #1e1e6b;
}
.color-2 {
color: #4b4bd8;
}
.color-3 {
color: #6b8bff;
}
.color-4 {
color: #80e1ff;
}
.color-5 {
color: #b4f4f8;
}
/* CSS Variables */
:root {
--color-1: #1e1e6b;
--color-2: #4b4bd8;
--color-3: #6b8bff;
--color-4: #80e1ff;
--color-5: #b4f4f8;
}
🌈 Gamer Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e6b, #4b4bd8, #6b8bff, #80e1ff, #b4f4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e6b, #4b4bd8, #6b8bff, #80e1ff, #b4f4f8);
}
🔗 Explore similar color palettes
Gamer Vibes color palette created on .