Color names in this palette
CSS code for this palette
/* CSS */
.kinsusutake-brown {
color: #7a4b2a;
}
.fiji-palm {
color: #4c8b3c;
}
.french-market {
color: #a3c8a3;
}
.jemima {
color: #f3d57c;
}
.sweet-mandarin {
color: #d45c3a;
}
/* CSS Variables */
:root {
--kinsusutake-brown:#7a4b2a;
--fiji-palm:#4c8b3c;
--french-market:#a3c8a3;
--jemima:#f3d57c;
--sweet-mandarin:#d45c3a;
}