Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7f3c90;
}
.love-lord {
color: #c94a75;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--dull-violet:#7f3c90;
--love-lord:#c94a75;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
}