Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4c908b;
}
.lark-green {
color: #88c3a0;
}
.celery-root {
color: #d5e6b7;
}
.storm-lightning {
color: #f9e79f;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--mirage-lake:#4c908b;
--lark-green:#88c3a0;
--celery-root:#d5e6b7;
--storm-lightning:#f9e79f;
--dodgeroll-gold:#f39c12;
}