Dull 80s Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull 80s palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dull 80s Color Palette (PNG)
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);
}
Similar color palettes
Dull 80s color palette created on .