Color names in this palette
CSS code for this palette
/* CSS */
.st-patrick {
color: #2b8c4d;
}
.chlorella-green {
color: #5cb75c;
}
.tropical-trail {
color: #8cd4b6;
}
.marigold-dust {
color: #f7c83b;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--st-patrick:#2b8c4d;
--chlorella-green:#5cb75c;
--tropical-trail:#8cd4b6;
--marigold-dust:#f7c83b;
--chat-orange:#f79c40;
}