Muted Blue Submarine Color Palette

Discover the beautiful Muted Blue Submarine color palette featuring submarine (#bac7c9), hit gray (#a7b1b4), granny smith (#7f9a9f), cutty sark (#4c7b7b) and plantation (#2a4c4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, 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 Muted Blue Submarine palette

Share this palette to:

💻 Muted Blue Submarine color palette CSS

/* CSS */
.color-1 {
color: #bac7c9;
}
.color-2 {
color: #a7b1b4;
}
.color-3 {
color: #7f9a9f;
}
.color-4 {
color: #4c7b7b;
}
.color-5 {
color: #2a4c4c;
}

/* CSS Variables */
:root {
--color-1: #bac7c9;
--color-2: #a7b1b4;
--color-3: #7f9a9f;
--color-4: #4c7b7b;
--color-5: #2a4c4c;
}

🌈 Muted Blue Submarine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bac7c9, #a7b1b4, #7f9a9f, #4c7b7b, #2a4c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bac7c9, #a7b1b4, #7f9a9f, #4c7b7b, #2a4c4c);
}

Muted Blue Submarine color palette created on .