Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f0c1c1;
}
.plum-blossom {
color: #f49f9f;
}
.salmon-pok-bowl {
color: #f67979;
}
.porcelain-rose {
color: #e86d6d;
}
.chestnut-rose {
color: #d05353;
}
/* CSS Variables */
:root {
--silver-strawberry:#f0c1c1;
--plum-blossom:#f49f9f;
--salmon-pok-bowl:#f67979;
--porcelain-rose:#e86d6d;
--chestnut-rose:#d05353;
}