Blue Television Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Television palette
Blue Television color palette CSS
/* CSS */
.color-1 {
color: #1d3f96;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #7eb3e2;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #1d3f96;
--color-2: #4a7cba;
--color-3: #7eb3e2;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
Blue Television background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f96, #4a7cba, #7eb3e2, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f96, #4a7cba, #7eb3e2, #f1c40e, #e74d3c);
}
Similar color palettes
Scroll down to explore 600+ Blue color palettes
Blue Television color palette created on .