Jupiter Color Palette

Discover the beautiful Jupiter color palette featuring vivid violet (#803f8d), amethyst (#a45fbf), wewak (#f0a3c0), sandwisp (#f6e69d) and tulip tree (#e5aa3e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cosmic, Cream, Gold, Lavender, Pink, Purple, Space, 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 Jupiter palette

Share this palette to:

💻 Jupiter color palette CSS

/* CSS */
.color-1 {
color: #803f8d;
}
.color-2 {
color: #a45fbf;
}
.color-3 {
color: #f0a3c0;
}
.color-4 {
color: #f6e69d;
}
.color-5 {
color: #e5aa3e;
}

/* CSS Variables */
:root {
--color-1: #803f8d;
--color-2: #a45fbf;
--color-3: #f0a3c0;
--color-4: #f6e69d;
--color-5: #e5aa3e;
}

🌈 Jupiter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #803f8d, #a45fbf, #f0a3c0, #f6e69d, #e5aa3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #803f8d, #a45fbf, #f0a3c0, #f6e69d, #e5aa3e);
}

Jupiter color palette created on .