Color names in this palette
CSS code for this palette
/* CSS */
.sawdust {
color: #f7e8cf;
}
.sweet-angel {
color: #f2c7ba;
}
.soft-salmon {
color: #e8a7a1;
}
.cranapple {
color: #d67f7a;
}
.berry-boost {
color: #b65886;
}
/* CSS Variables */
:root {
--sawdust:#f7e8cf;
--sweet-angel:#f2c7ba;
--soft-salmon:#e8a7a1;
--cranapple:#d67f7a;
--berry-boost:#b65886;
}