Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc9ff;
}
.silverpine-cyan {
color: #80e5ff;
}
.alpine-expedition {
color: #9ef0ff;
}
.pale-blue {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc9ff;
--silverpine-cyan:#80e5ff;
--alpine-expedition:#9ef0ff;
--pale-blue:#d1f9ff;
}