Muted Blue Submarine Color Palette

Brightness

Saturation

Warmth

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 .