Color names in this palette
CSS code for this palette
/* CSS */
.macquarie {
color: #007d80;
}
.ocean-liner {
color: #1f988c;
}
.waterfall {
color: #3cb99e;
}
.frugal {
color: #a3d7b1;
}
.pineapple-juice {
color: #f9e67b;
}
/* CSS Variables */
:root {
--macquarie:#007d80;
--ocean-liner:#1f988c;
--waterfall:#3cb99e;
--frugal:#a3d7b1;
--pineapple-juice:#f9e67b;
}