Dull 80s Color Palette
Discover the beautiful Dull 80s color palette featuring pigeon post (#b5c0d9), ronchi (#f0b44c), porsche (#e8a96d), chestnut rose (#d5676e) and affair (#7c4c94).
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 Dull 80s palette
💻 Dull 80s color palette CSS
/* CSS */
.color-1 {
color: #b5c0d9;
}
.color-2 {
color: #f0b44c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d5676e;
}
.color-5 {
color: #7c4c94;
}
/* CSS Variables */
:root {
--color-1: #b5c0d9;
--color-2: #f0b44c;
--color-3: #e8a96d;
--color-4: #d5676e;
--color-5: #7c4c94;
} 🌈 Dull 80s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
} 🔗 Explore similar color palettes
Dull 80s color palette created on .