90s Car Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 90s Car palette
90s Car color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ 90s color palettes
90s Car color palette created on .