Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.mustard-green {
color: #a7b300;
}
.jungle-vibes {
color: #6e7e1b;
}
.fiji-palm {
color: #50923a;
}
.raftsman {
color: #3b5d9b;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--mustard-green:#a7b300;
--jungle-vibes:#6e7e1b;
--fiji-palm:#50923a;
--raftsman:#3b5d9b;
}