Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.lake-thun {
color: #3bbbd8;
}
.sweet-garden {
color: #5fd3ba;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.quench-blue {
color: #b4e1e4;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--lake-thun:#3bbbd8;
--sweet-garden:#5fd3ba;
--hiroshima-aquamarine:#80ffd4;
--quench-blue:#b4e1e4;
}