Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.love-priestess {
color: #ba5dc6;
}
.violet-kiss {
color: #f7a1d3;
}
.shrimp-toast {
color: #f7c8a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--love-priestess:#ba5dc6;
--violet-kiss:#f7a1d3;
--shrimp-toast:#f7c8a1;
--grapefruit-pulp:#ff6e61;
}