Modern Night Blue Color Palette

Discover the beautiful Modern Night Blue color palette featuring catalina blue (#0a377f), denim (#1965c2), mariner (#2a75cf), shakespeare (#3a9ed4) and viking (#56c2d7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Aqua, Bright, Coastal, Modern, Vibrant, Spring, Sunset, Summer 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 Modern Night Blue palette

Share this palette to:

💻 Modern Night Blue color palette CSS

/* CSS */
.color-1 {
color: #0a377f;
}
.color-2 {
color: #1965c2;
}
.color-3 {
color: #2a75cf;
}
.color-4 {
color: #3a9ed4;
}
.color-5 {
color: #56c2d7;
}

/* CSS Variables */
:root {
--color-1: #0a377f;
--color-2: #1965c2;
--color-3: #2a75cf;
--color-4: #3a9ed4;
--color-5: #56c2d7;
}

🌈 Modern Night Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a377f, #1965c2, #2a75cf, #3a9ed4, #56c2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a377f, #1965c2, #2a75cf, #3a9ed4, #56c2d7);
}

Modern Night Blue color palette created on .