90s Car Color Palette

Discover the beautiful 90s Car color palette featuring valencia (#d1513d), sea buckthorn (#f69c3c), manhattan (#f8c48b), morning glory (#9ed6e0) and wedgewood (#4c8a9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with90s, Car, Bright, Retro, Vibrant, Orange, Teal, Blue, Fun, Sunset 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 Car palette

Share this palette to:

💻 90s Car color palette CSS

/* CSS */
.color-1 {
color: #d1513d;
}
.color-2 {
color: #f69c3c;
}
.color-3 {
color: #f8c48b;
}
.color-4 {
color: #9ed6e0;
}
.color-5 {
color: #4c8a9a;
}

/* CSS Variables */
:root {
--color-1: #d1513d;
--color-2: #f69c3c;
--color-3: #f8c48b;
--color-4: #9ed6e0;
--color-5: #4c8a9a;
}

🌈 90s Car background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1513d, #f69c3c, #f8c48b, #9ed6e0, #4c8a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1513d, #f69c3c, #f8c48b, #9ed6e0, #4c8a9a);
}

90s Car color palette created on .