Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.prickly-purple {
color: #a65db6;
}
.lush-lilac {
color: #a37cb6;
}
.sulphine-yellow {
color: #b3a400;
}
.shutterbug {
color: #b6a65d;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--prickly-purple:#a65db6;
--lush-lilac:#a37cb6;
--sulphine-yellow:#b3a400;
--shutterbug:#b6a65d;
}