1990s America Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1990s America palette
1990s America color palette PNG image
1990s America color palette CSS
/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #f8a62a;
}
.color-3 {
color: #f9da5d;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #c2c2c2;
}
/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #f8a62a;
--color-3: #f9da5d;
--color-4: #3b5897;
--color-5: #c2c2c2;
}
1990s America background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #f8a62a, #f9da5d, #3b5897, #c2c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #f8a62a, #f9da5d, #3b5897, #c2c2c2);
}
Similar color palettes
1990s America color palette created on .