Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.mango-orange {
color: #ff8d5c;
}
.shocking-orange {
color: #ff6d1f;
}
.phaser-beam {
color: #ff4d00;
}
.torii-red {
color: #d63d00;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--mango-orange:#ff8d5c;
--shocking-orange:#ff6d1f;
--phaser-beam:#ff4d00;
--torii-red:#d63d00;
}