Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.burning-coals {
color: #f69c6f;
}
.sun-orange {
color: #f47b1f;
}
.liselotte-syrup {
color: #d95b12;
}
.rust {
color: #a83e05;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--burning-coals:#f69c6f;
--sun-orange:#f47b1f;
--liselotte-syrup:#d95b12;
--rust:#a83e05;
}