Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #492c59;
}
.cleopatra-s-gown {
color: #7c4f8c;
}
.usu-pink {
color: #a77b9d;
}
.shrimp-cocktail {
color: #f4a462;
}
.firecracker {
color: #f36b39;
}
/* CSS Variables */
:root {
--deep-plum:#492c59;
--cleopatra-s-gown:#7c4f8c;
--usu-pink:#a77b9d;
--shrimp-cocktail:#f4a462;
--firecracker:#f36b39;
}