Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.bergamot-orange {
color: #f2a15a;
}
.sugar-cookie {
color: #f2e1a1;
}
.juzcar-blue {
color: #a1d8f2;
}
.lynx-screen-blue {
color: #2cbaf2;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--bergamot-orange:#f2a15a;
--sugar-cookie:#f2e1a1;
--juzcar-blue:#a1d8f2;
--lynx-screen-blue:#2cbaf2;
}