Blue Saturn Color Palette

Discover the beautiful Blue Saturn color palette featuring big stone (#111a31), cloud burst (#202f55), san juan (#384c70), horizon (#617fa8) and nepal (#839db9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Soft, Muted, Elegant, Modern, Neutral 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 Blue Saturn palette

Share this palette to:

💻 Blue Saturn color palette CSS

/* CSS */
.color-1 {
color: #111a31;
}
.color-2 {
color: #202f55;
}
.color-3 {
color: #384c70;
}
.color-4 {
color: #617fa8;
}
.color-5 {
color: #839db9;
}

/* CSS Variables */
:root {
--color-1: #111a31;
--color-2: #202f55;
--color-3: #384c70;
--color-4: #617fa8;
--color-5: #839db9;
}

🌈 Blue Saturn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #111a31, #202f55, #384c70, #617fa8, #839db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #111a31, #202f55, #384c70, #617fa8, #839db9);
}

Blue Saturn color palette created on .