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