Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1a1e2e;
}
.skipper-blue {
color: #4b4e77;
}
.blue-intrigue {
color: #7c7d9c;
}
.canyon-mist {
color: #a4a7c1;
}
.blockchain-gold {
color: #e5b952;
}
/* CSS Variables */
:root {
--black-howl:#1a1e2e;
--skipper-blue:#4b4e77;
--blue-intrigue:#7c7d9c;
--canyon-mist:#a4a7c1;
--blockchain-gold:#e5b952;
}