Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c8a2;
}
.apocalyptic-orange {
color: #f7701d;
}
.exuberance {
color: #d65d00;
}
.rusted-lock {
color: #a74a0c;
}
.milk-chocolate {
color: #7b4b1e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c8a2;
--apocalyptic-orange:#f7701d;
--exuberance:#d65d00;
--rusted-lock:#a74a0c;
--milk-chocolate:#7b4b1e;
}