Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.stem-green {
color: #a9d88d;
}
.apple-bob {
color: #d3e59f;
}
.gold-sand {
color: #f8e6aa;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--stem-green:#a9d88d;
--apple-bob:#d3e59f;
--gold-sand:#f8e6aa;
--blue-angels-yellow:#fab700;
}