Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #3da5ff;
}
.ti-n-l-n-sky {
color: #5cb8ff;
}
.chromis-damsel-blue {
color: #80d0ff;
}
.ganon-blue {
color: #a3e3ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#3da5ff;
--ti-n-l-n-sky:#5cb8ff;
--chromis-damsel-blue:#80d0ff;
--ganon-blue:#a3e3ff;
}