Late 90's Vibe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Late 90's Vibe palette

Share this palette to:

Download Late 90's Vibe Color Palette (PNG)

Download late 90's vibe color palette PNG image (landscape)
Download late 90's vibe color palette PNG image (square)

Late 90's Vibe color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #f0e78e;
--color-5: #8d43ad;
}

Late 90's Vibe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ff6d1f, #ffb300, #f0e78e, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ff6d1f, #ffb300, #f0e78e, #8d43ad);
}

Late 90's Vibe color palette created on .