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: #a9c9e0;
}
.color-2 {
color: #5094be;
}
.color-3 {
color: #994538;
}
.color-4 {
color: #20638d;
}
.color-5 {
color: #5a2a26;
}

/* CSS Variables */
:root {
--color-1: #a9c9e0;
--color-2: #5094be;
--color-3: #994538;
--color-4: #20638d;
--color-5: #5a2a26;
}

Muted Ocean Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c9e0, #5094be, #994538, #20638d, #5a2a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c9e0, #5094be, #994538, #20638d, #5a2a26);
}

Muted Ocean Depths color palette created on .