Muted Navy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Navy palette
Muted Navy color palette CSS
/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #808d8e;
}
.color-5 {
color: #bdc3c7;
}
/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #ffffff;
--color-3: #2b3d50;
--color-4: #808d8e;
--color-5: #bdc3c7;
}
Muted Navy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #ffffff, #2b3d50, #808d8e, #bdc3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #ffffff, #2b3d50, #808d8e, #bdc3c7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Muted Navy color palette created on .