Colorful TV Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful TV palette

Share this palette to:

Colorful TV color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #6d9dc5;
}
.color-4 {
color: #4c3e70;
}
.color-5 {
color: #a85d8c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #6d9dc5;
--color-4: #4c3e70;
--color-5: #a85d8c;
}

Colorful TV background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #6d9dc5, #4c3e70, #a85d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #6d9dc5, #4c3e70, #a85d8c);
}

Colorful TV color palette created on .