Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6b3f8d;
}
.viola {
color: #9c6bb8;
}
.petal-plush {
color: #e1b1e7;
}
.arts-crafts-gold {
color: #f9c78b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--amaranth-purple:#6b3f8d;
--viola:#9c6bb8;
--petal-plush:#e1b1e7;
--arts-crafts-gold:#f9c78b;
--grapefruit-pulp:#ff6e61;
}