Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1e;
}
.dead-pixel {
color: #3b3b3a;
}
.boat-anchor {
color: #6c6c6a;
}
.pebble-walk {
color: #b0b0a6;
}
.storksbill-white {
color: #f2f2e3;
}
/* CSS Variables */
:root {
--umbra:#1f1f1e;
--dead-pixel:#3b3b3a;
--boat-anchor:#6c6c6a;
--pebble-walk:#b0b0a6;
--storksbill-white:#f2f2e3;
}