Whispering Willows

green, nature, bright, earthy, summer

Color Adjustments

Whispering Willows Color Palette CSS

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

.color-2 {
  color: #6D9C7E;
}

.color-3 {
  color: #4E795A;
}

.color-4 {
  color: #2E5C3D;
}

.color-5 {
  color: #1E382C;
}

/* CSS Variables */
:root {
  --color-1: #A6C2A3;
  --color-2: #6D9C7E;
  --color-3: #4E795A;
  --color-4: #2E5C3D;
  --color-5: #1E382C;
}

Whispering Willows Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A6C2A3, #6D9C7E, #4E795A, #2E5C3D, #1E382C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A6C2A3, #6D9C7E, #4E795A, #2E5C3D, #1E382C);
}

Whispering Willows color palette created on .

1 view
Whispering Willows Color Palette