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