Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.antique-cameo {
color: #f5b8a3;
}
.fruit-shake {
color: #f49e8a;
}
.youthful-coral {
color: #f27e78;
}
.ibis-rose {
color: #c75c8e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--antique-cameo:#f5b8a3;
--fruit-shake:#f49e8a;
--youthful-coral:#f27e78;
--ibis-rose:#c75c8e;
}