Orange Jupiter Color Palette
Discover the beautiful Orange Jupiter color palette featuring tulip tree (#e8b14a), casablanca (#f7c64b), sandy brown (#f1a35b), crusta (#f67d3c) and cinnabar (#e94e3a).
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 Orange Jupiter palette
💻 Orange Jupiter color palette CSS
/* CSS */
.color-1 {
color: #e8b14a;
}
.color-2 {
color: #f7c64b;
}
.color-3 {
color: #f1a35b;
}
.color-4 {
color: #f67d3c;
}
.color-5 {
color: #e94e3a;
}
/* CSS Variables */
:root {
--color-1: #e8b14a;
--color-2: #f7c64b;
--color-3: #f1a35b;
--color-4: #f67d3c;
--color-5: #e94e3a;
}
🌈 Orange Jupiter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b14a, #f7c64b, #f1a35b, #f67d3c, #e94e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b14a, #f7c64b, #f1a35b, #f67d3c, #e94e3a);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Orange Jupiter color palette created on .