Orange Jupiter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Jupiter palette

Share this palette to:

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);
}

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 .