Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.explore-blue {
color: #2aadbb;
}
.electric-lemonade {
color: #5ed3e8;
}
.ice-crystal-blue {
color: #a6e2df;
}
.ballerina-tears {
color: #f5bab2;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--explore-blue:#2aadbb;
--electric-lemonade:#5ed3e8;
--ice-crystal-blue:#a6e2df;
--ballerina-tears:#f5bab2;
}