Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.tiki-monster {
color: #8fbc8f;
}
.french-market {
color: #a4c6a6;
}
.spring-glow {
color: #d2e2b6;
}
.fresh-dew {
color: #f1f8e2;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--tiki-monster:#8fbc8f;
--french-market:#a4c6a6;
--spring-glow:#d2e2b6;
--fresh-dew:#f1f8e2;
}