Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c8a1;
}
.salmon-slice {
color: #efae8a;
}
.mango-margarita {
color: #f6b951;
}
.fall-river {
color: #f68f41;
}
.jasper {
color: #db3d3d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c8a1;
--salmon-slice:#efae8a;
--mango-margarita:#f6b951;
--fall-river:#f68f41;
--jasper:#db3d3d;
}