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
๐ป 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);
}
๐ Explore similar color palettes
Zesty Yellow color palette created on .