Paleta de colores Muted Ocean Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Ocean Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Muted Ocean Depths

/* 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;
}

CSS del degradado de fondo Muted Ocean Depths

/* 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 .