CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.pale-mint {
color: #a9c4a1;
}
.uptown-taupe {
color: #f0e3d6;
}
.yahoo {
color: #f9baa9;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--pale-mint:#a9c4a1;
--uptown-taupe:#f0e3d6;
--yahoo:#f9baa9;
--vampire-red:#d63f2e;
}