Night Blue Color Palette

Discover the beautiful Night Blue color palette featuring martinique (#2a2e4b), fiord (#3d4b6c), breaker bay (#5c9d9c), half baked (#80c4c6) and double colonial white (#f0e4a8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, 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 Night Blue palette

Share this palette to:

💻 Night Blue color palette CSS

/* CSS */
.color-1 {
color: #2a2e4b;
}
.color-2 {
color: #3d4b6c;
}
.color-3 {
color: #5c9d9c;
}
.color-4 {
color: #80c4c6;
}
.color-5 {
color: #f0e4a8;
}

/* CSS Variables */
:root {
--color-1: #2a2e4b;
--color-2: #3d4b6c;
--color-3: #5c9d9c;
--color-4: #80c4c6;
--color-5: #f0e4a8;
}

🌈 Night Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e4b, #3d4b6c, #5c9d9c, #80c4c6, #f0e4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e4b, #3d4b6c, #5c9d9c, #80c4c6, #f0e4a8);
}

Night Blue color palette created on .