Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc9ff;
}
.kul-sharif-blue {
color: #80d4ff;
}
.ganon-blue {
color: #a3e2ff;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc9ff;
--kul-sharif-blue:#80d4ff;
--ganon-blue:#a3e2ff;
--shocking-orange:#ff6d1f;
}