Zesty Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zesty Orange palette
Zesty Orange color palette CSS
/* CSS */
.color-1 {
color: #e68319;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f4e3a4;
}
.color-5 {
color: #f5b7c0;
}
/* CSS Variables */
:root {
--color-1: #e68319;
--color-2: #f5a300;
--color-3: #f7c94b;
--color-4: #f4e3a4;
--color-5: #f5b7c0;
}
Zesty Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e68319, #f5a300, #f7c94b, #f4e3a4, #f5b7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e68319, #f5a300, #f7c94b, #f4e3a4, #f5b7c0);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Zesty Orange color palette created on .