Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d6a8c2;
}
.prehistoric-pink {
color: #c36f8f;
}
.ancient-fuchsia {
color: #a2496c;
}
.wine-gummy-red {
color: #6a2f4c;
}
.murasaki {
color: #4e224e;
}
/* CSS Variables */
:root {
--heart-to-heart:#d6a8c2;
--prehistoric-pink:#c36f8f;
--ancient-fuchsia:#a2496c;
--wine-gummy-red:#6a2f4c;
--murasaki:#4e224e;
}