Color names in this palette
CSS code for this palette
/* CSS */
.thallium-flame {
color: #57ff86;
}
.celery-mousse {
color: #c9ff94;
}
.pina {
color: #ffd97a;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--thallium-flame:#57ff86;
--celery-mousse:#c9ff94;
--pina:#ffd97a;
--isn-t-it-just-peachy:#ffb375;
--pompelmo:#ff6b6b;
}