Color names in this palette
CSS code for this palette
/* CSS */
.walker-lake {
color: #3b8bba;
}
.fitness-blue {
color: #5bb8d2;
}
.photon-barrier {
color: #8be0ea;
}
.jemima {
color: #f2d57d;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--walker-lake:#3b8bba;
--fitness-blue:#5bb8d2;
--photon-barrier:#8be0ea;
--jemima:#f2d57d;
--squash-blossom:#f6b83c;
}