Color names in this palette
CSS code for this palette
/* CSS */
.bricks-of-hope {
color: #d95b59;
}
.bussell-lace {
color: #e8a3a1;
}
.silver-strawberry {
color: #f3c0bf;
}
.follow-the-leader {
color: #f7e5cf;
}
.pink-abalone {
color: #e7b9a2;
}
/* CSS Variables */
:root {
--bricks-of-hope:#d95b59;
--bussell-lace:#e8a3a1;
--silver-strawberry:#f3c0bf;
--follow-the-leader:#f7e5cf;
--pink-abalone:#e7b9a2;
}