Color names in this palette
CSS code for this palette
/* CSS */
.flirt {
color: #7c2d4e;
}
.cardinal-red {
color: #9c3a5c;
}
.tutti-frutti {
color: #b65d7e;
}
.boho-blush {
color: #e78a88;
}
.brain-pink {
color: #f1b2b1;
}
/* CSS Variables */
:root {
--flirt:#7c2d4e;
--cardinal-red:#9c3a5c;
--tutti-frutti:#b65d7e;
--boho-blush:#e78a88;
--brain-pink:#f1b2b1;
}