Color names in this palette
CSS code for this palette
/* CSS */
.paprika {
color: #7b2d3a;
}
.kirsch-red {
color: #9b4b54;
}
.briar-rose {
color: #c3747e;
}
.strawberry-smoothie {
color: #e6a2a6;
}
.milkshake-pink {
color: #f2cfd4;
}
/* CSS Variables */
:root {
--paprika:#7b2d3a;
--kirsch-red:#9b4b54;
--briar-rose:#c3747e;
--strawberry-smoothie:#e6a2a6;
--milkshake-pink:#f2cfd4;
}