Gamer Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gamer Vibes palette

Share this palette to:

Gamer Vibes color palette CSS

/* CSS */
.color-1 {
color: #131376;
}
.color-2 {
color: #3c3ce7;
}
.color-3 {
color: #6b8bff;
}
.color-4 {
color: #80e1ff;
}
.color-5 {
color: #b1f6fb;
}

/* CSS Variables */
:root {
--color-1: #131376;
--color-2: #3c3ce7;
--color-3: #6b8bff;
--color-4: #80e1ff;
--color-5: #b1f6fb;
}

Gamer Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #131376, #3c3ce7, #6b8bff, #80e1ff, #b1f6fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #131376, #3c3ce7, #6b8bff, #80e1ff, #b1f6fb);
}

Gamer Vibes color palette created on .