Color names in this palette
CSS code for this palette
/* CSS */
.clear-purple {
color: #3e307e;
}
.blue-gem {
color: #4b3e8e;
}
.brandywine-raspberry {
color: #5d4fab;
}
.purple-rose {
color: #ac9cc9;
}
.footie-pajamas {
color: #e7cae6;
}
/* CSS Variables */
:root {
--clear-purple:#3e307e;
--blue-gem:#4b3e8e;
--brandywine-raspberry:#5d4fab;
--purple-rose:#ac9cc9;
--footie-pajamas:#e7cae6;
}