Autumn Gold

autumn, earthy, orange, brown, yellow

Color Adjustments

Autumn Gold Color Palette CSS

/* CSS */
.color-1 {
  color: #3F4A3B;
}

.color-2 {
  color: #A85F2E;
}

.color-3 {
  color: #D99F73;
}

.color-4 {
  color: #E6B63D;
}

.color-5 {
  color: #EDD1A1;
}

/* CSS Variables */
:root {
  --color-1: #3F4A3B;
  --color-2: #A85F2E;
  --color-3: #D99F73;
  --color-4: #E6B63D;
  --color-5: #EDD1A1;
}

Autumn Gold Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3F4A3B, #A85F2E, #D99F73, #E6B63D, #EDD1A1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3F4A3B, #A85F2E, #D99F73, #E6B63D, #EDD1A1);
}

Autumn Gold color palette created on .

2 views
Autumn Gold Color Palette