Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.prickly-pear-cactus {
color: #6a906d;
}
.tiki-monster {
color: #8ebe8e;
}
.aruba-aqua {
color: #d1e0d3;
}
.classic-chalk {
color: #f2f4f0;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--prickly-pear-cactus:#6a906d;
--tiki-monster:#8ebe8e;
--aruba-aqua:#d1e0d3;
--classic-chalk:#f2f4f0;
}