Paleta de colores Party Like the 80's
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Party Like the 80's palette
CSS de la paleta de colores Party Like the 80's
/* 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;
}
CSS del degradado de fondo Party Like the 80's
/* 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);
}
Paletas de colores similares
Party Like the 80's color palette created on .