Paleta de colores 1980s Robot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 1980s Robot palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 1980s Robot

Download 1980s robot color palette PNG image (landscape)
Download 1980s robot color palette PNG image (square)

CSS de la paleta de colores 1980s Robot

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff5100;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #6200eb;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ff5100;
--color-4: #d6006f;
--color-5: #6200eb;
}

CSS del degradado de fondo 1980s Robot

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ff5100, #d6006f, #6200eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ff5100, #d6006f, #6200eb);
}

1980s Robot color palette created on .