Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.rich-lavender {
color: #a96ac8;
}
.rosecco {
color: #eab8e4;
}
.vespa-yellow {
color: #f4d29f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--rich-lavender:#a96ac8;
--rosecco:#eab8e4;
--vespa-yellow:#f4d29f;
--grapefruit-pulp:#ff6e61;
}