Gameboy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gameboy palette
Gameboy color palette CSS
/* CSS */
.color-1 {
color: #529343;
}
.color-2 {
color: #2d7c3f;
}
.color-3 {
color: #1a6130;
}
.color-4 {
color: #134931;
}
.color-5 {
color: #103c28;
}
/* CSS Variables */
:root {
--color-1: #529343;
--color-2: #2d7c3f;
--color-3: #1a6130;
--color-4: #134931;
--color-5: #103c28;
}
Gameboy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #529343, #2d7c3f, #1a6130, #134931, #103c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #529343, #2d7c3f, #1a6130, #134931, #103c28);
}
Similar color palettes
Gameboy color palette created on .