Saturn Color Palette

Discover the beautiful Saturn color palette featuring bossanova (#3f2a5b), butterfly bush (#6b508b), bouquet (#a77b9d), manhattan (#f5b19e) and dairy cream (#f9e6b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Pink, Peach, Soft, Bright, Cosmic, Summer, Vibrant 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 Saturn palette

Share this palette to:

💻 Saturn color palette CSS

/* CSS */
.color-1 {
color: #3f2a5b;
}
.color-2 {
color: #6b508b;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #f5b19e;
}
.color-5 {
color: #f9e6b9;
}

/* CSS Variables */
:root {
--color-1: #3f2a5b;
--color-2: #6b508b;
--color-3: #a77b9d;
--color-4: #f5b19e;
--color-5: #f9e6b9;
}

🌈 Saturn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a5b, #6b508b, #a77b9d, #f5b19e, #f9e6b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a5b, #6b508b, #a77b9d, #f5b19e, #f9e6b9);
}

Saturn color palette created on .