Paleta de colores That 70s Show
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with That 70s Show palette
Imagen PNG de la paleta de colores That 70s Show
CSS de la paleta de colores That 70s Show
/* CSS */
.color-1 {
color: #d9a24a;
}
.color-2 {
color: #d06c3e;
}
.color-3 {
color: #c64e3f;
}
.color-4 {
color: #8b4e2d;
}
.color-5 {
color: #2b503b;
}
/* CSS Variables */
:root {
--color-1: #d9a24a;
--color-2: #d06c3e;
--color-3: #c64e3f;
--color-4: #8b4e2d;
--color-5: #2b503b;
}
CSS del degradado de fondo That 70s Show
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a24a, #d06c3e, #c64e3f, #8b4e2d, #2b503b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a24a, #d06c3e, #c64e3f, #8b4e2d, #2b503b);
}
Paletas de colores similares
That 70s Show color palette created on .