Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab7e1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.jovial-jade {
color: #88d8b0;
}
.island-moment {
color: #3bb0aa;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab7e1;
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--jovial-jade:#88d8b0;
--island-moment:#3bb0aa;
}