Color names in this palette
CSS code for this palette
/* CSS */
.freesia {
color: #f8c12a;
}
.mimolette-orange {
color: #f18b0e;
}
.cigarette-glow {
color: #f05400;
}
.torii-red {
color: #db3e00;
}
.rust-red {
color: #a82a00;
}
/* CSS Variables */
:root {
--freesia:#f8c12a;
--mimolette-orange:#f18b0e;
--cigarette-glow:#f05400;
--torii-red:#db3e00;
--rust-red:#a82a00;
}