Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.fresh-turquoise {
color: #3cd3d3;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--fresh-turquoise:#3cd3d3;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
}