Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.sango-pink {
color: #f8b3af;
}
.amaranth-pink {
color: #f19dbc;
}
.persian-pink {
color: #ef7bbd;
}
.thulian-pink {
color: #e1709f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--sango-pink:#f8b3af;
--amaranth-pink:#f19dbc;
--persian-pink:#ef7bbd;
--thulian-pink:#e1709f;
}