Woodstock 1994 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Woodstock 1994 palette
Color Inspiration
Images that showcase this color palette in real designs
Download Woodstock 1994 Color Palette (PNG)
Woodstock 1994 color palette CSS
/* CSS */
.color-1 {
color: #d1a65c;
}
.color-2 {
color: #e2ba6a;
}
.color-3 {
color: #f3c77c;
}
.color-4 {
color: #e57e2e;
}
.color-5 {
color: #aa4527;
}
/* CSS Variables */
:root {
--color-1: #d1a65c;
--color-2: #e2ba6a;
--color-3: #f3c77c;
--color-4: #e57e2e;
--color-5: #aa4527;
}
Woodstock 1994 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a65c, #e2ba6a, #f3c77c, #e57e2e, #aa4527);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a65c, #e2ba6a, #f3c77c, #e57e2e, #aa4527);
}
Similar color palettes
Scroll down to explore 200+ 60s color palettes
Woodstock 1994 color palette created on .