Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.prickly-purple {
color: #9f69b5;
}
.syrian-violet {
color: #e3c9e4;
}
.toes-in-the-sand {
color: #f7dec0;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--prickly-purple:#9f69b5;
--syrian-violet:#e3c9e4;
--toes-in-the-sand:#f7dec0;
--squash-blossom:#f6b83c;
}