Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.apricot-wash {
color: #f9a77b;
}
.barbarian {
color: #f58c5c;
}
.chinese-orange {
color: #f4723e;
}
.heating-lamp {
color: #ee491b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--apricot-wash:#f9a77b;
--barbarian:#f58c5c;
--chinese-orange:#f4723e;
--heating-lamp:#ee491b;
}