Color names in this palette
CSS code for this palette
/* CSS */
.namara-grey {
color: #797a7c;
}
.trout {
color: #4e5456;
}
.dracula-orchid {
color: #2e3538;
}
.mudbrick {
color: #a36a62;
}
.sweet-honey {
color: #d1a25c;
}
/* CSS Variables */
:root {
--namara-grey:#797a7c;
--trout:#4e5456;
--dracula-orchid:#2e3538;
--mudbrick:#a36a62;
--sweet-honey:#d1a25c;
}