Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc9ff;
}
.sky {
color: #7ae2ff;
}
.northrend {
color: #b3f5ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc9ff;
--sky:#7ae2ff;
--northrend:#b3f5ff;
--grapefruit-pulp:#ff6e61;
}