Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a35db6;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--true-purple:#6f2c90;
--prickly-purple:#a35db6;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}