Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.thor-s-thunder {
color: #4dc6ff;
}
.silverpine-cyan {
color: #80e5ff;
}
.columbia-blue {
color: #9edfff;
}
.lucid-dreams {
color: #ccf2ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--thor-s-thunder:#4dc6ff;
--silverpine-cyan:#80e5ff;
--columbia-blue:#9edfff;
--lucid-dreams:#ccf2ff;
}