Handheld Game Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Handheld Game Vibes palette
Handheld Game Vibes color palette PNG image
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);
}
Similar color palettes
Handheld Game Vibes color palette created on .