Retro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro palette
Retro color palette PNG image
Retro color palette CSS
/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ff8000;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ffea00;
}
/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff8000;
--color-3: #ffb700;
--color-4: #ffc300;
--color-5: #ffea00;
}
Retro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff8000, #ffb700, #ffc300, #ffea00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff8000, #ffb700, #ffc300, #ffea00);
}
Similar color palettes
Retro color palette created on .