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