Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1a8cff;
}
.shovel-knight {
color: #38c7ff;
}
.athena-blue {
color: #66e3ff;
}
.alpine-expedition {
color: #99f1ff;
}
.heaven-gates {
color: #ccf5ff;
}
/* CSS Variables */
:root {
--clear-chill:#1a8cff;
--shovel-knight:#38c7ff;
--athena-blue:#66e3ff;
--alpine-expedition:#99f1ff;
--heaven-gates:#ccf5ff;
}