Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1c8f9c;
}
.waterfall {
color: #3bb09e;
}
.diroset {
color: #5cc7a1;
}
.sm-n-sky {
color: #8adbb5;
}
.billowing-sail {
color: #d1e5e2;
}
/* CSS Variables */
:root {
--safe-harbour:#1c8f9c;
--waterfall:#3bb09e;
--diroset:#5cc7a1;
--sm-n-sky:#8adbb5;
--billowing-sail:#d1e5e2;
}