Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.sweet-midori {
color: #a6c350;
}
.yellow-petal {
color: #f2e44a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.crab-curry {
color: #db4b24;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--sweet-midori:#a6c350;
--yellow-petal:#f2e44a;
--apricot-glazed-chicken:#f5a524;
--crab-curry:#db4b24;
}