Jupiter Color Palette

Discover the beautiful Jupiter color palette featuring casablanca (#f8c749), burning orange (#ff6933), french rose (#f45d83), trendy pink (#a16aa4) and steel blue (#4c74b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Orange, Pink, Purple, Blue, Cosmic, Space, Vibrant, Modern 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 Jupiter palette

Share this palette to:

💻 Jupiter color palette CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #f45d83;
}
.color-4 {
color: #a16aa4;
}
.color-5 {
color: #4c74b8;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #ff6933;
--color-3: #f45d83;
--color-4: #a16aa4;
--color-5: #4c74b8;
}

🌈 Jupiter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #ff6933, #f45d83, #a16aa4, #4c74b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #ff6933, #f45d83, #a16aa4, #4c74b8);
}

Jupiter color palette created on .