Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a55eba;
}
.lusty-lavender {
color: #8a5fbf;
}
.purple-hyacinth {
color: #6e8ebf;
}
.sacred-turquoise {
color: #4db3a5;
}
.capture {
color: #2cbaa5;
}
/* CSS Variables */
:root {
--prickly-purple:#a55eba;
--lusty-lavender:#8a5fbf;
--purple-hyacinth:#6e8ebf;
--sacred-turquoise:#4db3a5;
--capture:#2cbaa5;
}