Color names in this palette
CSS code for this palette
/* CSS */
.indubitably-green {
color: #709d48;
}
.celery-sprig {
color: #a2d88d;
}
.storm-lightning {
color: #f9e79f;
}
.squash-blossom {
color: #f6b83c;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--indubitably-green:#709d48;
--celery-sprig:#a2d88d;
--storm-lightning:#f9e79f;
--squash-blossom:#f6b83c;
--full-of-life:#da5f2b;
}