Woodstock 1994 Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Woodstock 1994 palette

Share this palette to:

Woodstock 1994 color palette PNG image

Download woodstock 1994 color palette PNG image (landscape)
Download woodstock 1994 color palette PNG image (square)

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 .