Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.poisonous-pesticide {
color: #32cd32;
}
.cheese {
color: #ffa600;
}
.bruschetta-tomato {
color: #ff6347;
}
.matt-purple {
color: #9470db;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--poisonous-pesticide:#32cd32;
--cheese:#ffa600;
--bruschetta-tomato:#ff6347;
--matt-purple:#9470db;
}