Color names in this palette
CSS code for this palette
/* CSS */
.amphystine {
color: #3e3e5b;
}
.inkwell-inception {
color: #1f1f23;
}
.otter-creek {
color: #3c5d5d;
}
.black-pearl {
color: #1f252d;
}
.daintree {
color: #002929;
}
/* CSS Variables */
:root {
--amphystine:#3e3e5b;
--inkwell-inception:#1f1f23;
--otter-creek:#3c5d5d;
--black-pearl:#1f252d;
--daintree:#002929;
}