Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.druchii-violet {
color: #7c2d8f;
}
.sweet-cherry {
color: #a04b4e;
}
.sunlounge {
color: #d87f2c;
}
.bitcoin {
color: #fabb0f;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--druchii-violet:#7c2d8f;
--sweet-cherry:#a04b4e;
--sunlounge:#d87f2c;
--bitcoin:#fabb0f;
}