Color names in this palette
CSS code for this palette
/* CSS */
.jemima {
color: #f3d57c;
}
.sandy-brown {
color: #f2a65f;
}
.muskmelon {
color: #e8814a;
}
.tropical-smoothie {
color: #c95968;
}
.cyclamen-red {
color: #a45b8d;
}
/* CSS Variables */
:root {
--jemima:#f3d57c;
--sandy-brown:#f2a65f;
--muskmelon:#e8814a;
--tropical-smoothie:#c95968;
--cyclamen-red:#a45b8d;
}