90s Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 90s Vibes palette

Share this palette to:

90s Vibes color palette PNG image

Download 90s vibes color palette PNG image (landscape)
Download 90s vibes color palette PNG image (square)

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);
}

90s Vibes color palette created on .