Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e2a7c7;
}
.blush-d-amour {
color: #d75b88;
}
.romantic-embers {
color: #af3c4f;
}
.rumba-red {
color: #8c2b3f;
}
.dark-mahogany {
color: #4a212a;
}
/* CSS Variables */
:root {
--partytime:#e2a7c7;
--blush-d-amour:#d75b88;
--romantic-embers:#af3c4f;
--rumba-red:#8c2b3f;
--dark-mahogany:#4a212a;
}