Color names in this palette
CSS code for this palette
/* CSS */
.eternity {
color: #2d2d2a;
}
.bastion-grey {
color: #4c4c48;
}
.wolf-pack {
color: #76766f;
}
.pebble-walk {
color: #b0b0a6;
}
.fish-ceviche {
color: #e2e2d5;
}
/* CSS Variables */
:root {
--eternity:#2d2d2a;
--bastion-grey:#4c4c48;
--wolf-pack:#76766f;
--pebble-walk:#b0b0a6;
--fish-ceviche:#e2e2d5;
}