Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.grapes-of-italy {
color: #6b4b8b;
}
.cyclamen-red {
color: #a45b8c;
}
.salt-caramel {
color: #d48f4e;
}
.yolk-yellow {
color: #e3b24f;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--grapes-of-italy:#6b4b8b;
--cyclamen-red:#a45b8c;
--salt-caramel:#d48f4e;
--yolk-yellow:#e3b24f;
}