Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.bryophyte {
color: #a4bea2;
}
.misty-marsh {
color: #d1e1d4;
}
.first-date {
color: #f4b69f;
}
.troll-slayer-orange {
color: #f5a64d;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--bryophyte:#a4bea2;
--misty-marsh:#d1e1d4;
--first-date:#f4b69f;
--troll-slayer-orange:#f5a64d;
}