Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-jade {
color: #a9dab6;
}
.sereni-teal {
color: #79b9a7;
}
.petrol-green {
color: #4f9c8d;
}
.pinehurst {
color: #2e7a68;
}
.bagpiper {
color: #1f5648;
}
/* CSS Variables */
:root {
--shanghai-jade:#a9dab6;
--sereni-teal:#79b9a7;
--petrol-green:#4f9c8d;
--pinehurst:#2e7a68;
--bagpiper:#1f5648;
}