Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.bussell-lace {
color: #e6a2a2;
}
.silver-strawberry {
color: #f1c1c1;
}
.curd {
color: #f8e1b9;
}
.shrimp-boat {
color: #f4be9f;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--bussell-lace:#e6a2a2;
--silver-strawberry:#f1c1c1;
--curd:#f8e1b9;
--shrimp-boat:#f4be9f;
}