Party Like the 80's Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Party Like the 80's palette

Share this palette to:

Party Like the 80's color palette CSS

/* CSS */
.color-1 {
color: #ffc7a8;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #fff6d6;
}
.color-4 {
color: #bbaeef;
}
.color-5 {
color: #ef95c5;
}

/* CSS Variables */
:root {
--color-1: #ffc7a8;
--color-2: #ffe3b3;
--color-3: #fff6d6;
--color-4: #bbaeef;
--color-5: #ef95c5;
}

Party Like the 80's background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7a8, #ffe3b3, #fff6d6, #bbaeef, #ef95c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7a8, #ffe3b3, #fff6d6, #bbaeef, #ef95c5);
}

Party Like the 80's color palette created on .