Ginger Orange Color Palette
Discover the beautiful Ginger Orange color palette featuring zest (#e77e23), di serria (#d19a52), saffron mango (#f9c54e), sea buckthorn (#f9a12f) and piper (#c76b29).
Brightness
Saturation
Warmth
๐ก 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
UI Examples
Explore beautiful UI components with Ginger Orange palette
๐ป Ginger Orange color palette CSS
/* CSS */
.color-1 {
color: #e77e23;
}
.color-2 {
color: #d19a52;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f9a12f;
}
.color-5 {
color: #c76b29;
}
/* CSS Variables */
:root {
--color-1: #e77e23;
--color-2: #d19a52;
--color-3: #f9c54e;
--color-4: #f9a12f;
--color-5: #c76b29;
} ๐ Ginger Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e77e23, #d19a52, #f9c54e, #f9a12f, #c76b29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e77e23, #d19a52, #f9c54e, #f9a12f, #c76b29);
} ๐ Explore similar color palettes
Ginger Orange color palette created on .