80s Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 80s Winter palette

Share this palette to:

80s Winter color palette PNG image

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

80s Winter color palette CSS

/* CSS */
.color-1 {
color: #c1c1d7;
}
.color-2 {
color: #a59fc1;
}
.color-3 {
color: #b7a1d3;
}
.color-4 {
color: #d89dc3;
}
.color-5 {
color: #f6a7b3;
}

/* CSS Variables */
:root {
--color-1: #c1c1d7;
--color-2: #a59fc1;
--color-3: #b7a1d3;
--color-4: #d89dc3;
--color-5: #f6a7b3;
}

80s Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1d7, #a59fc1, #b7a1d3, #d89dc3, #f6a7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1d7, #a59fc1, #b7a1d3, #d89dc3, #f6a7b3);
}

80s Winter color palette created on .