Color names in this palette
CSS code for this palette
/* CSS */
.plum-power {
color: #7e5b8f;
}
.bermuda-onion {
color: #a05a8d;
}
.peppermint-swirl {
color: #d45e81;
}
.monarch-orange {
color: #f2a469;
}
.humble-gold {
color: #f1c398;
}
/* CSS Variables */
:root {
--plum-power:#7e5b8f;
--bermuda-onion:#a05a8d;
--peppermint-swirl:#d45e81;
--monarch-orange:#f2a469;
--humble-gold:#f1c398;
}