Murk and Depth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Murk and Depth palette
Murk and Depth color palette CSS
/* 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;
}
Murk and Depth background gradient CSS
/* 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);
}
Similar color palettes
Murk and Depth color palette created on .