Murk and Depth Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Murk and Depth palette
tavolozza dei colori Murk and Depth 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;
}
CSS con gradiente di sfondo 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);
}
Tavolozze di colori simili
Murk and Depth color palette created on .