Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-burst {
color: #5abf8c;
}
.botanical-tint {
color: #a6e7d6;
}
.quiet-whisper {
color: #f0f4e7;
}
.arts-crafts-gold {
color: #f8c58b;
}
.reductant {
color: #eb5c5e;
}
/* CSS Variables */
:root {
--spearmint-burst:#5abf8c;
--botanical-tint:#a6e7d6;
--quiet-whisper:#f0f4e7;
--arts-crafts-gold:#f8c58b;
--reductant:#eb5c5e;
}