Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1c6b8d;
}
.maritime-soft-blue {
color: #69b6c3;
}
.spinnaker {
color: #a3e0df;
}
.invigorating {
color: #f0e8b2;
}
.hot-orange {
color: #f38a39;
}
/* CSS Variables */
:root {
--bondi:#1c6b8d;
--maritime-soft-blue:#69b6c3;
--spinnaker:#a3e0df;
--invigorating:#f0e8b2;
--hot-orange:#f38a39;
}