Retro Arcade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Arcade palette
Color Inspiration
Images that showcase this color palette in real designs
Download Retro Arcade Color Palette (PNG)
Retro Arcade color palette CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #b0eb00;
}
.color-5 {
color: #00bdad;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e00;
--color-3: #ffd500;
--color-4: #b0eb00;
--color-5: #00bdad;
}
Retro Arcade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6e00, #ffd500, #b0eb00, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6e00, #ffd500, #b0eb00, #00bdad);
}
Similar color palettes
Retro Arcade color palette created on .