Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.lugganath-orange {
color: #f5a68e;
}
.hot-calypso {
color: #f7907e;
}
.porcelain-rose {
color: #ef6c6c;
}
.swiss-chard {
color: #e05c6c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--lugganath-orange:#f5a68e;
--hot-calypso:#f7907e;
--porcelain-rose:#ef6c6c;
--swiss-chard:#e05c6c;
}