Muted Ocean Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Ocean Depths palette

Share this palette to:

Muted Ocean Depths color palette CSS

/* CSS */
.color-1 {
color: #b7c4cd;
}
.color-2 {
color: #718998;
}
.color-3 {
color: #765651;
}
.color-4 {
color: #2d5a76;
}
.color-5 {
color: #403635;
}

/* CSS Variables */
:root {
--color-1: #b7c4cd;
--color-2: #718998;
--color-3: #765651;
--color-4: #2d5a76;
--color-5: #403635;
}

Muted Ocean Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c4cd, #718998, #765651, #2d5a76, #403635);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c4cd, #718998, #765651, #2d5a76, #403635);
}

Muted Ocean Depths color palette created on .