Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.hibiscus-petal {
color: #f1a7ae;
}
.true-love {
color: #e67a8e;
}
.cabaret {
color: #d2516d;
}
.speaking-of-the-devil {
color: #a83e57;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--hibiscus-petal:#f1a7ae;
--true-love:#e67a8e;
--cabaret:#d2516d;
--speaking-of-the-devil:#a83e57;
}