Retro TV Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro TV palette
Retro TV color palette PNG image
Retro TV color palette CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d44e9f;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5a524;
--color-3: #f76e6e;
--color-4: #d44e9f;
--color-5: #5d6cc0;
}
Retro TV background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5a524, #f76e6e, #d44e9f, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5a524, #f76e6e, #d44e9f, #5d6cc0);
}
Similar color palettes
Retro TV color palette created on .