90s Anime Color Palette

Discover the beautiful 90s Anime color palette featuring persimmon (#ff6d4d), yellow orange (#ffb83d), gull gray (#969cbb), cannon pink (#834976) and amaranth (#e71d4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coral, Earthy, Fun, Pink, Purple, Retro, Vibrant, Warm, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with 90s Anime palette

Share this palette to:

💻 90s Anime color palette CSS

/* CSS */
.color-1 {
color: #ff6d4d;
}
.color-2 {
color: #ffb83d;
}
.color-3 {
color: #969cbb;
}
.color-4 {
color: #834976;
}
.color-5 {
color: #e71d4c;
}

/* CSS Variables */
:root {
--color-1: #ff6d4d;
--color-2: #ffb83d;
--color-3: #969cbb;
--color-4: #834976;
--color-5: #e71d4c;
}

🌈 90s Anime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d4d, #ffb83d, #969cbb, #834976, #e71d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d4d, #ffb83d, #969cbb, #834976, #e71d4c);
}

90s Anime color palette created on .