Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.jade-glass {
color: #00ced1;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--jade-glass:#00ced1;
--hiroshima-aquamarine:#80ffd4;
--light-cyan:#e0ffff;
}