Color names in this palette
CSS code for this palette
/* CSS */
.galapagos-green {
color: #2a6a5d;
}
.shylock {
color: #5abaa7;
}
.spinnaker {
color: #a3e0df;
}
.biscuit-cream {
color: #f9ccb9;
}
.hot-calypso {
color: #f78e7e;
}
/* CSS Variables */
:root {
--galapagos-green:#2a6a5d;
--shylock:#5abaa7;
--spinnaker:#a3e0df;
--biscuit-cream:#f9ccb9;
--hot-calypso:#f78e7e;
}