Gamer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gamer palette
Gamer color palette PNG image
Gamer color palette CSS
/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #4b4d72;
}
.color-3 {
color: #7d809b;
}
.color-4 {
color: #b0b4e3;
}
.color-5 {
color: #e5f0ff;
}
/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #4b4d72;
--color-3: #7d809b;
--color-4: #b0b4e3;
--color-5: #e5f0ff;
}
Gamer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #4b4d72, #7d809b, #b0b4e3, #e5f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #4b4d72, #7d809b, #b0b4e3, #e5f0ff);
}
Similar color palettes
Scroll down to explore 1000+ colors.gamer color palettes
Gamer color palette created on .