Retro TV Color Palette

Discover the beautiful Retro TV color palette featuring khaki (#f0e78e), buttercup (#f5a524), froly (#f76e6e), mulberry (#d44e9f) and indigo (#5d6cc0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Orange, Pink, Purple, Blue, Vintage, Bright, Fun, 80s, Retro color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Retro TV palette

Share this palette to:

💻 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);
}

Retro TV color palette created on .