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: #855157;
}
.color-2 {
color: #cb8089;
}
.color-3 {
color: #e4b9c5;
}
.color-4 {
color: #f2b021;
}
.color-5 {
color: #f26e31;
}
/* CSS Variables */
:root {
--color-1: #855157;
--color-2: #cb8089;
--color-3: #e4b9c5;
--color-4: #f2b021;
--color-5: #f26e31;
}
Blue Television background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #855157, #cb8089, #e4b9c5, #f2b021, #f26e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #855157, #cb8089, #e4b9c5, #f2b021, #f26e31);
}
Similar color palettes
Scroll down to explore 3 Burgundy color palettes
Blue Television color palette created on .