Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f4d2d2;
}
.hibiscus-petal {
color: #f1a7ae;
}
.cupid-s-arrow {
color: #e8698b;
}
.rosy-cheeks {
color: #d84f6f;
}
.speaking-of-the-devil {
color: #a83e5a;
}
/* CSS Variables */
:root {
--mary-s-rose:#f4d2d2;
--hibiscus-petal:#f1a7ae;
--cupid-s-arrow:#e8698b;
--rosy-cheeks:#d84f6f;
--speaking-of-the-devil:#a83e5a;
}