Retro Arcade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Arcade palette

Share this palette to:

Retro Arcade color palette PNG image

Download retro arcade color palette PNG image (landscape)
Download retro arcade color palette PNG image (square)

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);
}

Retro Arcade color palette created on .