Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.glass-jar-blue {
color: #1fb2aa;
}
.bruschetta-tomato {
color: #ff6347;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--glass-jar-blue:#1fb2aa;
--bruschetta-tomato:#ff6347;
--cheese:#ffa600;
--soviet-gold:#ffd900;
}