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