Yellow Zest

bright, yellow, spring, sun, fun

Color Adjustments

Yellow Zest Color Palette CSS

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

.color-2 {
  color: #F1C84B;
}

.color-3 {
  color: #F0A400;
}

.color-4 {
  color: #E68A00;
}

.color-5 {
  color: #D66F00;
}

/* CSS Variables */
:root {
  --color-1: #F5E400;
  --color-2: #F1C84B;
  --color-3: #F0A400;
  --color-4: #E68A00;
  --color-5: #D66F00;
}

Yellow Zest Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F5E400, #F1C84B, #F0A400, #E68A00, #D66F00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F5E400, #F1C84B, #F0A400, #E68A00, #D66F00);
}

Yellow Zest color palette created on .

3 views
Yellow Zest Color Palette