Color names in this palette
CSS code for this palette
/* CSS */
.bruschetta-tomato {
color: #ff6347;
}
.exotic-blossom {
color: #ff9e42;
}
.nacho {
color: #ffcb5c;
}
.sour-candy {
color: #69af4b;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--bruschetta-tomato:#ff6347;
--exotic-blossom:#ff9e42;
--nacho:#ffcb5c;
--sour-candy:#69af4b;
--clear-chill:#1f8fff;
}