Planet Jupiter Color Palette

Discover the beautiful Planet Jupiter color palette featuring hokey pokey (#d4a12b), brandy punch (#c57d2b), paarl (#a65e2b), spice (#6e3b2b) and mine shaft (#2b2b2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Cosmic, Deep, Deep Autumn, Earthy, Modern, Retro, Space, Warm, Yellow 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

UI Examples

Explore beautiful UI components with Planet Jupiter palette

Share this palette to:

💻 Planet Jupiter color palette CSS

/* CSS */
.color-1 {
color: #d4a12b;
}
.color-2 {
color: #c57d2b;
}
.color-3 {
color: #a65e2b;
}
.color-4 {
color: #6e3b2b;
}
.color-5 {
color: #2b2b2b;
}

/* CSS Variables */
:root {
--color-1: #d4a12b;
--color-2: #c57d2b;
--color-3: #a65e2b;
--color-4: #6e3b2b;
--color-5: #2b2b2b;
}

🌈 Planet Jupiter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a12b, #c57d2b, #a65e2b, #6e3b2b, #2b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a12b, #c57d2b, #a65e2b, #6e3b2b, #2b2b2b);
}

Planet Jupiter color palette created on .