CSS code for this palette
/* CSS */
.infinity {
color: #1f2933;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.light-delphin {
color: #9fd1e5;
}
.pyrite {
color: #f4c543;
}
/* CSS Variables */
:root {
--infinity:#1f2933;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--light-delphin:#9fd1e5;
--pyrite:#f4c543;
}