90s Anime Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 90s Anime palette

Share this palette to:

90s Anime color palette CSS

/* CSS */
.color-1 {
color: #ff673d;
}
.color-2 {
color: #ffb22e;
}
.color-3 {
color: #8a98cc;
}
.color-4 {
color: #842e85;
}
.color-5 {
color: #f4103a;
}

/* CSS Variables */
:root {
--color-1: #ff673d;
--color-2: #ffb22e;
--color-3: #8a98cc;
--color-4: #842e85;
--color-5: #f4103a;
}

90s Anime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff673d, #ffb22e, #8a98cc, #842e85, #f4103a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff673d, #ffb22e, #8a98cc, #842e85, #f4103a);
}

90s Anime color palette created on .