Color names in this palette
CSS code for this palette
/* CSS */
.prunella {
color: #8a4b8b;
}
.cure-all {
color: #a86b8c;
}
.beech-nut {
color: #d9b49b;
}
.salmon-eggs {
color: #f4d65d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--prunella:#8a4b8b;
--cure-all:#a86b8c;
--beech-nut:#d9b49b;
--salmon-eggs:#f4d65d;
--apricot-glazed-chicken:#f5a524;
}