Taco Bell in the 1980s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Taco Bell in the 1980s palette
Taco Bell in the 1980s color palette PNG image
Taco Bell in the 1980s color palette CSS
/* CSS */
.color-1 {
color: #a63b26;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #e9d89f;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #5a4fcf;
}
/* CSS Variables */
:root {
--color-1: #a63b26;
--color-2: #faa200;
--color-3: #e9d89f;
--color-4: #a4d9e5;
--color-5: #5a4fcf;
}
Taco Bell in the 1980s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a63b26, #faa200, #e9d89f, #a4d9e5, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a63b26, #faa200, #e9d89f, #a4d9e5, #5a4fcf);
}
Similar color palettes
Taco Bell in the 1980s color palette created on .