Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1f2e;
}
.cherry-juice-red {
color: #6d2c40;
}
.sasquatch-socks {
color: #ff4d7c;
}
.anna-banana {
color: #f7d74b;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--black-howl:#1f1f2e;
--cherry-juice-red:#6d2c40;
--sasquatch-socks:#ff4d7c;
--anna-banana:#f7d74b;
--snap-shot:#2b3d50;
}