Color names in this palette
CSS code for this palette
/* CSS */
.avocado-stone {
color: #4b3c20;
}
.plum-green {
color: #685a3b;
}
.safari-trail {
color: #917c50;
}
.woolen-mittens {
color: #b9a250;
}
.yellow-cream {
color: #f1cf6a;
}
/* CSS Variables */
:root {
--avocado-stone:#4b3c20;
--plum-green:#685a3b;
--safari-trail:#917c50;
--woolen-mittens:#b9a250;
--yellow-cream:#f1cf6a;
}