Futuristic TV Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Futuristic TV palette
Color Inspiration
Images that showcase this color palette in real designs
Download Futuristic TV Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Futuristic TV color palette created on .