1989 Color Palette
Discover the beautiful 1989 color palette featuring cream can (#f6c55a), tulip tree (#e7a64b), red damask (#d87f3b), tuscany (#b95e2d) and stiletto (#9f3c2d).
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 1989 palette
💻 1989 color palette CSS
/* CSS */
.color-1 {
color: #f6c55a;
}
.color-2 {
color: #e7a64b;
}
.color-3 {
color: #d87f3b;
}
.color-4 {
color: #b95e2d;
}
.color-5 {
color: #9f3c2d;
}
/* CSS Variables */
:root {
--color-1: #f6c55a;
--color-2: #e7a64b;
--color-3: #d87f3b;
--color-4: #b95e2d;
--color-5: #9f3c2d;
}
🌈 1989 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c55a, #e7a64b, #d87f3b, #b95e2d, #9f3c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c55a, #e7a64b, #d87f3b, #b95e2d, #9f3c2d);
}
🔗 Explore similar color palettes
1989 color palette created on .