Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.caramelized-orange {
color: #f1934b;
}
.entan-red {
color: #f16c4b;
}
.fuchsia-felicity {
color: #f14b6c;
}
.heliotrope {
color: #d04bf1;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--caramelized-orange:#f1934b;
--entan-red:#f16c4b;
--fuchsia-felicity:#f14b6c;
--heliotrope:#d04bf1;
}