Paleta de colores Futuristic TV

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Futuristic TV palette

Compartir esta paleta en:

Descargar la paleta de colores Futuristic TV (PNG)

Download futuristic tv color palette PNG image (landscape)
Download futuristic tv color palette PNG image (square)

CSS de la paleta de colores Futuristic TV

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #3e4d8e;
}
.color-3 {
color: #6a7aaf;
}
.color-4 {
color: #9ca0de;
}
.color-5 {
color: #d3cfe8;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #3e4d8e;
--color-3: #6a7aaf;
--color-4: #9ca0de;
--color-5: #d3cfe8;
}

CSS del degradado de fondo Futuristic TV

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #3e4d8e, #6a7aaf, #9ca0de, #d3cfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #3e4d8e, #6a7aaf, #9ca0de, #d3cfe8);
}

Futuristic TV color palette created on .