Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-apple {
color: #7cb342;
}
.bilious-green {
color: #a6d56c;
}
.crystal-apple {
color: #cfe9a0;
}
.shalimar {
color: #f6f4a7;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--sparkling-apple:#7cb342;
--bilious-green:#a6d56c;
--crystal-apple:#cfe9a0;
--shalimar:#f6f4a7;
--american-yellow:#f5b400;
}