Deep Blue Night Color Palette

Discover the beautiful Deep Blue Night color palette featuring blue zodiac (#121c49), biscay (#202d68), astronaut (#2e4079), san marino (#41579c) and waikawa gray (#5a76a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Cool, Dark, Deep, Elegant, Indigo, Modern, Muted 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 Deep Blue Night palette

Share this palette to:

💻 Deep Blue Night color palette CSS

/* CSS */
.color-1 {
color: #121c49;
}
.color-2 {
color: #202d68;
}
.color-3 {
color: #2e4079;
}
.color-4 {
color: #41579c;
}
.color-5 {
color: #5a76a8;
}

/* CSS Variables */
:root {
--color-1: #121c49;
--color-2: #202d68;
--color-3: #2e4079;
--color-4: #41579c;
--color-5: #5a76a8;
}

🌈 Deep Blue Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121c49, #202d68, #2e4079, #41579c, #5a76a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121c49, #202d68, #2e4079, #41579c, #5a76a8);
}

Deep Blue Night color palette created on .