Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5c9d7d;
}
.tiki-monster {
color: #8dbf8d;
}
.grape-green {
color: #a8e5a4;
}
.shrimp-boat {
color: #f4be9f;
}
.common-chestnut {
color: #d15c5c;
}
/* CSS Variables */
:root {
--memphis-green:#5c9d7d;
--tiki-monster:#8dbf8d;
--grape-green:#a8e5a4;
--shrimp-boat:#f4be9f;
--common-chestnut:#d15c5c;
}