Color names in this palette
CSS code for this palette
/* CSS */
.pico-eggplant {
color: #7d2c54;
}
.medium-ruby {
color: #a63f6e;
}
.pretty-in-plum {
color: #d35a8a;
}
.apricot-jam {
color: #f2a76e;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--pico-eggplant:#7d2c54;
--medium-ruby:#a63f6e;
--pretty-in-plum:#d35a8a;
--apricot-jam:#f2a76e;
--salmon-eggs:#f4d35d;
}