Color names in this palette
CSS code for this palette
/* CSS */
.grape-s-treasure {
color: #c0afd0;
}
.wisteria {
color: #aa7dba;
}
.bermuda-onion {
color: #a35c93;
}
.lovely-little-rosy {
color: #ea5d68;
}
.boredom-buster {
color: #ff914d;
}
/* CSS Variables */
:root {
--grape-s-treasure:#c0afd0;
--wisteria:#aa7dba;
--bermuda-onion:#a35c93;
--lovely-little-rosy:#ea5d68;
--boredom-buster:#ff914d;
}