Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f6b44c;
}
.sandy-brown {
color: #f1a65b;
}
.big-foot-feet {
color: #e68e5b;
}
.purehearted {
color: #e3686e;
}
.kirby {
color: #d34a8d;
}
/* CSS Variables */
:root {
--mango-margarita:#f6b44c;
--sandy-brown:#f1a65b;
--big-foot-feet:#e68e5b;
--purehearted:#e3686e;
--kirby:#d34a8d;
}