90s Anime Color Palette

Discover the beautiful 90s Anime color palette featuring carnation (#f77150), casablanca (#f7b140), amethyst smoke (#9c95ac), cannon pink (#864b69) and amaranth (#e0244a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Yellow, Lavender, Purple, Red, Warm, Vibrant, Earthy, Modern, Bright 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: #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 .