Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.florida-sunrise {
color: #f5aa70;
}
.hot-orange {
color: #f18a3b;
}
.gold-drop {
color: #d66c2e;
}
.beef-hotpot {
color: #a95b2d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--florida-sunrise:#f5aa70;
--hot-orange:#f18a3b;
--gold-drop:#d66c2e;
--beef-hotpot:#a95b2d;
}