Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c8a1;
}
.crunch {
color: #f2b55f;
}
.carrot-orange {
color: #e9901c;
}
.tiger-moth-orange {
color: #d85f0e;
}
.bolognese {
color: #b63e02;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c8a1;
--crunch:#f2b55f;
--carrot-orange:#e9901c;
--tiger-moth-orange:#d85f0e;
--bolognese:#b63e02;
}