Woodstock 1994 Color Palette

Discover the beautiful Woodstock 1994 color palette featuring sundance (#d1a65c), equator (#e2ba6a), golden sand (#f3c77c), zest (#e57e2e) and paarl (#aa4527).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with60s, 70s, Aesthetic, Earthy, Vibrant, Gold, Orange, Retro, Sunset 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 Woodstock 1994 palette

Share this palette to:

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

Woodstock 1994 color palette created on .