Paleta de colores Game Computer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Game Computer palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Game Computer

Download game computer color palette PNG image (landscape)
Download game computer color palette PNG image (square)

CSS de la paleta de colores Game Computer

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3f3f5f;
}
.color-3 {
color: #606080;
}
.color-4 {
color: #7e7ea0;
}
.color-5 {
color: #a0a0c0;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3f3f5f;
--color-3: #606080;
--color-4: #7e7ea0;
--color-5: #a0a0c0;
}

CSS del degradado de fondo Game Computer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3f3f5f, #606080, #7e7ea0, #a0a0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3f3f5f, #606080, #7e7ea0, #a0a0c0);
}

Game Computer color palette created on .