Paleta de colores 1984
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with 1984 palette
CSS de la paleta de colores 1984
/* CSS */
.color-1 {
color: #ed7a6e;
}
.color-2 {
color: #f6b651;
}
.color-3 {
color: #f5d34d;
}
.color-4 {
color: #5ed991;
}
.color-5 {
color: #66b2e5;
}
/* CSS Variables */
:root {
--color-1: #ed7a6e;
--color-2: #f6b651;
--color-3: #f5d34d;
--color-4: #5ed991;
--color-5: #66b2e5;
}
CSS del degradado de fondo 1984
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7a6e, #f6b651, #f5d34d, #5ed991, #66b2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7a6e, #f6b651, #f5d34d, #5ed991, #66b2e5);
}
Paletas de colores similares
1984 color palette created on .