Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.often-orange {
color: #ff704d;
}
.floral-leaf {
color: #ffb84d;
}
.digital-yellow {
color: #ffe77a;
}
.celery-sprig {
color: #a2d58b;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--often-orange:#ff704d;
--floral-leaf:#ffb84d;
--digital-yellow:#ffe77a;
--celery-sprig:#a2d58b;
}