VHS Color Palette
Discover the beautiful VHS color palette featuring victoria (#5c3f8d), san marino (#3c6d9a), viking (#6db4d5), casablanca (#f3b044) and amaranth (#e63746).
Brightness
Saturation
Warmth
💡 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
💻 VHS color palette CSS
/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #3c6d9a;
}
.color-3 {
color: #6db4d5;
}
.color-4 {
color: #f3b044;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #3c6d9a;
--color-3: #6db4d5;
--color-4: #f3b044;
--color-5: #e63746;
}
🌈 VHS background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #3c6d9a, #6db4d5, #f3b044, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #3c6d9a, #6db4d5, #f3b044, #e63746);
}
🔗 Explore similar color palettes
VHS color palette created on .