Blue Space Marine Color Palette

Discover the beautiful Blue Space Marine color palette featuring biscay (#1d3a6d), kashmir blue (#4a6b8c), ship cove (#7b9eb7), casper (#aec7d5) and black squeeze (#f4f8fb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Modern, Deep 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 Space Marine palette

Share this palette to:

💻 Blue Space Marine color palette CSS

/* CSS */
.color-1 {
color: #1d3a6d;
}
.color-2 {
color: #4a6b8c;
}
.color-3 {
color: #7b9eb7;
}
.color-4 {
color: #aec7d5;
}
.color-5 {
color: #f4f8fb;
}

/* CSS Variables */
:root {
--color-1: #1d3a6d;
--color-2: #4a6b8c;
--color-3: #7b9eb7;
--color-4: #aec7d5;
--color-5: #f4f8fb;
}

🌈 Blue Space Marine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3a6d, #4a6b8c, #7b9eb7, #aec7d5, #f4f8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3a6d, #4a6b8c, #7b9eb7, #aec7d5, #f4f8fb);
}

Blue Space Marine color palette created on .