VCR Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with VCR palette
Download VCR Color Palette (PNG)
VCR color palette CSS
/* CSS */
.color-1 {
color: #e57f1f;
}
.color-2 {
color: #a03b7d;
}
.color-3 {
color: #3a6d92;
}
.color-4 {
color: #4c9b4b;
}
.color-5 {
color: #d1c29f;
}
/* CSS Variables */
:root {
--color-1: #e57f1f;
--color-2: #a03b7d;
--color-3: #3a6d92;
--color-4: #4c9b4b;
--color-5: #d1c29f;
}
VCR background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e57f1f, #a03b7d, #3a6d92, #4c9b4b, #d1c29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e57f1f, #a03b7d, #3a6d92, #4c9b4b, #d1c29f);
}
Similar color palettes
VCR color palette created on .