1986 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1986 palette
Download 1986 Color Palette (PNG)
1986 color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d93b36;
}
.color-4 {
color: #a42d4f;
}
.color-5 {
color: #692f92;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6d1f;
--color-3: #d93b36;
--color-4: #a42d4f;
--color-5: #692f92;
}
1986 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6d1f, #d93b36, #a42d4f, #692f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6d1f, #d93b36, #a42d4f, #692f92);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
1986 color palette created on .