Color names in this palette
CSS code for this palette
/* CSS */
.royal-gramma-purple {
color: #a54cc8;
}
.fresco-green {
color: #7cdfb1;
}
.saltwater-depth {
color: #4f8c6c;
}
.norfolk-green {
color: #2c493b;
}
.umbra {
color: #201e1f;
}
/* CSS Variables */
:root {
--royal-gramma-purple:#a54cc8;
--fresco-green:#7cdfb1;
--saltwater-depth:#4f8c6c;
--norfolk-green:#2c493b;
--umbra:#201e1f;
}