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: #f77150;
}
.color-2 {
color: #f7b140;
}
.color-3 {
color: #9c95ac;
}
.color-4 {
color: #864b69;
}
.color-5 {
color: #e0244a;
}

/* CSS Variables */
:root {
--color-1: #f77150;
--color-2: #f7b140;
--color-3: #9c95ac;
--color-4: #864b69;
--color-5: #e0244a;
}

90s Anime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f77150, #f7b140, #9c95ac, #864b69, #e0244a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f77150, #f7b140, #9c95ac, #864b69, #e0244a);
}

90s Anime color palette created on .