Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.violet-kiss {
color: #f3a5d4;
}
.hope {
color: #e27e9e;
}
.i-pink-i-can {
color: #d6808d;
}
.cyclamen-red {
color: #a85d8c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--violet-kiss:#f3a5d4;
--hope:#e27e9e;
--i-pink-i-can:#d6808d;
--cyclamen-red:#a85d8c;
}