Desaturated 80s Color Palette
Discover the beautiful Desaturated 80s color palette featuring bouquet (#a78b9b), cameo (#d8b6a2), sandwisp (#f5e59e), sprout (#b4d2a7) and glacier (#7db3c5).
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 Desaturated 80s palette
💻 Desaturated 80s color palette CSS
/* CSS */
.color-1 {
color: #a78b9b;
}
.color-2 {
color: #d8b6a2;
}
.color-3 {
color: #f5e59e;
}
.color-4 {
color: #b4d2a7;
}
.color-5 {
color: #7db3c5;
}
/* CSS Variables */
:root {
--color-1: #a78b9b;
--color-2: #d8b6a2;
--color-3: #f5e59e;
--color-4: #b4d2a7;
--color-5: #7db3c5;
} 🌈 Desaturated 80s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a78b9b, #d8b6a2, #f5e59e, #b4d2a7, #7db3c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a78b9b, #d8b6a2, #f5e59e, #b4d2a7, #7db3c5);
} 🔗 Explore similar color palettes
Desaturated 80s color palette created on .