Discover the beautiful Zesty Yellow color palette featuring zest (#e68319), web orange (#f5a300), supernova (#f5c400), manz (#d4e86d) and feijoa (#a5d189).

Zesty Yellow Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Zesty Yellow palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Zesty Yellow palette

Share this palette to:

๐Ÿ’ป Zesty Yellow color palette CSS

/* CSS */
.color-1 {
color: #e68319;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #d4e86d;
}
.color-5 {
color: #a5d189;
}

/* CSS Variables */
:root {
--color-1: #e68319;
--color-2: #f5a300;
--color-3: #f5c400;
--color-4: #d4e86d;
--color-5: #a5d189;
}

๐ŸŒˆ Zesty Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e68319, #f5a300, #f5c400, #d4e86d, #a5d189);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e68319, #f5a300, #f5c400, #d4e86d, #a5d189);
}

Zesty Yellow color palette created on .