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