80s Gold Cool Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80s Gold Cool Gray palette

Share this palette to:

80s Gold Cool Gray color palette PNG image

Download 80s gold cool gray color palette PNG image (landscape)
Download 80s gold cool gray color palette PNG image (square)

80s Gold Cool Gray color palette CSS

/* CSS */
.color-1 {
color: #b99b5b;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #d3c0a6;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #c9b29c;
}

/* CSS Variables */
:root {
--color-1: #b99b5b;
--color-2: #a8a8a8;
--color-3: #d3c0a6;
--color-4: #f2e7a6;
--color-5: #c9b29c;
}

80s Gold Cool Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b99b5b, #a8a8a8, #d3c0a6, #f2e7a6, #c9b29c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b99b5b, #a8a8a8, #d3c0a6, #f2e7a6, #c9b29c);
}

80s Gold Cool Gray color palette created on .