Paleta de colores Murk and Depth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Murk and Depth palette
CSS de la paleta de colores Murk and Depth
/* CSS */
.color-1 {
color: #7c9c9a;
}
.color-2 {
color: #497471;
}
.color-3 {
color: #2b5b5f;
}
.color-4 {
color: #1e4d4b;
}
.color-5 {
color: #0c3b3a;
}
/* CSS Variables */
:root {
--color-1: #7c9c9a;
--color-2: #497471;
--color-3: #2b5b5f;
--color-4: #1e4d4b;
--color-5: #0c3b3a;
}
CSS del degradado de fondo Murk and Depth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9c9a, #497471, #2b5b5f, #1e4d4b, #0c3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9c9a, #497471, #2b5b5f, #1e4d4b, #0c3b3a);
}
Paletas de colores similares
Murk and Depth color palette created on .