Futuristic TV Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Futuristic TV palette

Share this palette to:

Download Futuristic TV Color Palette (PNG)

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

Futuristic TV color palette CSS

/* 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;
}

Futuristic TV background gradient CSS

/* 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 .