Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a45fbf;
}
.persian-jewel {
color: #6a7bbe;
}
.mystic-blue {
color: #4ba7d2;
}
.fresh-turquoise {
color: #3ddbd4;
}
.vegetation {
color: #4fde94;
}
/* CSS Variables */
:root {
--prickly-purple:#a45fbf;
--persian-jewel:#6a7bbe;
--mystic-blue:#4ba7d2;
--fresh-turquoise:#3ddbd4;
--vegetation:#4fde94;
}