Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f8c3a0;
}
.citrus-hill {
color: #f6a68e;
}
.burning-coals {
color: #f69b74;
}
.barbarian {
color: #f6895a;
}
.chinese-orange {
color: #f6743c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f8c3a0;
--citrus-hill:#f6a68e;
--burning-coals:#f69b74;
--barbarian:#f6895a;
--chinese-orange:#f6743c;
}