80s Winter Men Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80s Winter Men palette

Share this palette to:

80s Winter Men color palette PNG image

Download 80s winter men color palette PNG image (landscape)
Download 80s winter men color palette PNG image (square)

80s Winter Men color palette CSS

/* CSS */
.color-1 {
color: #dfe0e2;
}
.color-2 {
color: #a4b3c1;
}
.color-3 {
color: #5d748e;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #dfe0e2;
--color-2: #a4b3c1;
--color-3: #5d748e;
--color-4: #2b3d50;
--color-5: #bf3a2b;
}

80s Winter Men background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe0e2, #a4b3c1, #5d748e, #2b3d50, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe0e2, #a4b3c1, #5d748e, #2b3d50, #bf3a2b);
}

80s Winter Men color palette created on .