Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.sweet-midori {
color: #a6c856;
}
.star-shine {
color: #f6f8e2;
}
.karaka-orange {
color: #eb4928;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--sweet-midori:#a6c856;
--star-shine:#f6f8e2;
--karaka-orange:#eb4928;
--fiji-palm:#4c8b3c;
}