VHS Color Palette

Discover the beautiful VHS color palette featuring seance (#6c109e), tapestry (#ba5e9d), we peep (#f3c9d5), sandwisp (#f4e0a4) and sandy brown (#f7a859).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRetro, 80s, Vibrant, Purple, Pink, Cream, Orange, Bright 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 VHS palette

Share this palette to:

💻 VHS color palette CSS

/* CSS */
.color-1 {
color: #6c109e;
}
.color-2 {
color: #ba5e9d;
}
.color-3 {
color: #f3c9d5;
}
.color-4 {
color: #f4e0a4;
}
.color-5 {
color: #f7a859;
}

/* CSS Variables */
:root {
--color-1: #6c109e;
--color-2: #ba5e9d;
--color-3: #f3c9d5;
--color-4: #f4e0a4;
--color-5: #f7a859;
}

🌈 VHS background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c109e, #ba5e9d, #f3c9d5, #f4e0a4, #f7a859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c109e, #ba5e9d, #f3c9d5, #f4e0a4, #f7a859);
}

VHS color palette created on .