Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.tangerine-tango {
color: #ff9d4d;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.yellow-corn {
color: #ffe08a;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--tangerine-tango:#ff9d4d;
--isn-t-it-just-peachy:#ffb375;
--yellow-corn:#ffe08a;
--lemon-bundt-cake:#fff59e;
}