Color names in this palette
CSS code for this palette
/* CSS */
.parma-plum-red {
color: #5e3b59;
}
.cosmetic-red {
color: #a85d77;
}
.calabrese {
color: #f1a8a2;
}
.salmon-eggs {
color: #f4d35d;
}
.tasman-honey-yellow {
color: #e6c85c;
}
/* CSS Variables */
:root {
--parma-plum-red:#5e3b59;
--cosmetic-red:#a85d77;
--calabrese:#f1a8a2;
--salmon-eggs:#f4d35d;
--tasman-honey-yellow:#e6c85c;
}