Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.cool-aloe {
color: #a8daa0;
}
.soft-cream {
color: #f5f0d6;
}
.trump-tan {
color: #f6a96a;
}
.orange-gluttony {
color: #e97e20;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--cool-aloe:#a8daa0;
--soft-cream:#f5f0d6;
--trump-tan:#f6a96a;
--orange-gluttony:#e97e20;
}