Saturn Glow Color Palette

Discover the beautiful Saturn Glow color palette featuring gigas (#4c3c90), deluge (#7f6bb3), wistful (#a8a0d4), moon raker (#d3b7f1) and carousel pink (#f9e1f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCosmic, Glow, Lavender, Magenta, Pastel, Purple, Soft, Space 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 Glow palette

Share this palette to:

💻 Saturn Glow color palette CSS

/* CSS */
.color-1 {
color: #4c3c90;
}
.color-2 {
color: #7f6bb3;
}
.color-3 {
color: #a8a0d4;
}
.color-4 {
color: #d3b7f1;
}
.color-5 {
color: #f9e1f3;
}

/* CSS Variables */
:root {
--color-1: #4c3c90;
--color-2: #7f6bb3;
--color-3: #a8a0d4;
--color-4: #d3b7f1;
--color-5: #f9e1f3;
}

🌈 Saturn Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c90, #7f6bb3, #a8a0d4, #d3b7f1, #f9e1f3);
}

Saturn Glow color palette created on .