Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1f6b8e;
}
.lake-thun {
color: #4bb7e2;
}
.photon-barrier {
color: #83e1f1;
}
.dolly {
color: #f3f76e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--saxony-blue:#1f6b8e;
--lake-thun:#4bb7e2;
--photon-barrier:#83e1f1;
--dolly:#f3f76e;
--grapefruit-pulp:#ff6e61;
}