Color names in this palette
CSS code for this palette
/* CSS */
.safflower-red {
color: #d62e3f;
}
.tonkatsu {
color: #efaf39;
}
.allspice {
color: #f4cca9;
}
.tropical-light {
color: #a3d86e;
}
.perky {
color: #3d8a77;
}
/* CSS Variables */
:root {
--safflower-red:#d62e3f;
--tonkatsu:#efaf39;
--allspice:#f4cca9;
--tropical-light:#a3d86e;
--perky:#3d8a77;
}