Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5e8b4b;
}
.yew {
color: #a8c200;
}
.mermaid-tears {
color: #d4e5a4;
}
.australium-gold {
color: #e8b73b;
}
.sweet-mandarin {
color: #d35c3c;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5e8b4b;
--yew:#a8c200;
--mermaid-tears:#d4e5a4;
--australium-gold:#e8b73b;
--sweet-mandarin:#d35c3c;
}