Color names in this palette
CSS code for this palette
/* CSS */
.dough-yellow {
color: #f7d0b6;
}
.roseberry {
color: #f3a5a0;
}
.shark-bait {
color: #f2699d;
}
.fuchsia-rose {
color: #c33c7b;
}
.grape-juice {
color: #7d2c63;
}
/* CSS Variables */
:root {
--dough-yellow:#f7d0b6;
--roseberry:#f3a5a0;
--shark-bait:#f2699d;
--fuchsia-rose:#c33c7b;
--grape-juice:#7d2c63;
}