Color names in this palette
CSS code for this palette
/* CSS */
.turtle-lake {
color: #74b9a3;
}
.sour-candy {
color: #69af4b;
}
.pot-of-gold {
color: #f9cb24;
}
.dodgeroll-gold {
color: #f39c12;
}
.chi-gong {
color: #d62e2e;
}
/* CSS Variables */
:root {
--turtle-lake:#74b9a3;
--sour-candy:#69af4b;
--pot-of-gold:#f9cb24;
--dodgeroll-gold:#f39c12;
--chi-gong:#d62e2e;
}