90s Anime Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 90s Anime Vibes palette

Share this palette to:

90s Anime Vibes color palette PNG image

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

90s Anime Vibes color palette CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #9b58b6;
--color-3: #f39c12;
--color-4: #e74d3c;
--color-5: #3398db;
}

90s Anime Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #9b58b6, #f39c12, #e74d3c, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #9b58b6, #f39c12, #e74d3c, #3398db);
}

90s Anime Vibes color palette created on .