Retro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro palette

Share this palette to:

Retro color palette PNG image

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

Retro color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffc95c;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa047;
--color-3: #ffc95c;
--color-4: #ffeb8a;
--color-5: #ffd900;
}

Retro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa047, #ffc95c, #ffeb8a, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa047, #ffc95c, #ffeb8a, #ffd900);
}

Retro color palette created on .