Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.mystic-tulip {
color: #f8b3a0;
}
.ibis-wing {
color: #f49280;
}
.sriracha {
color: #f26a63;
}
.highlighter-red {
color: #e84f54;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--mystic-tulip:#f8b3a0;
--ibis-wing:#f49280;
--sriracha:#f26a63;
--highlighter-red:#e84f54;
}