Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.jade-glass {
color: #00ced1;
}
.salem {
color: #1e804c;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--jade-glass:#00ced1;
--salem:#1e804c;
--bruschetta-tomato:#ff6347;
}