Color names in this palette
CSS code for this palette
/* CSS */
.outrageous-green {
color: #8cbc34;
}
.lime-lizard {
color: #a5d45e;
}
.apple-bob {
color: #d4e09a;
}
.venetian-yellow {
color: #f7e6a1;
}
.goldsmith {
color: #f1b24b;
}
/* CSS Variables */
:root {
--outrageous-green:#8cbc34;
--lime-lizard:#a5d45e;
--apple-bob:#d4e09a;
--venetian-yellow:#f7e6a1;
--goldsmith:#f1b24b;
}