CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8c99;
}
.waterfall {
color: #3cb4a2;
}
.cockatoo {
color: #58d0b2;
}
.tropical {
color: #a1e8c8;
}
.cold-white {
color: #effbfb;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8c99;
--waterfall:#3cb4a2;
--cockatoo:#58d0b2;
--tropical:#a1e8c8;
--cold-white:#effbfb;
}