1986 Color Palette
Discover the beautiful 1986 color palette featuring selective yellow (#fab700), orange (#ff6d1f), valencia (#d93b36), night shadz (#a42d4f) and eminence (#692f92).
Brightness
Saturation
Warmth
💡 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 1986 palette
💻 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);
} 🔗 Explore similar color palettes
1986 color palette created on .