Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.anna-banana {
color: #f7d74b;
}
.chrome-yellow {
color: #faa700;
}
.noodles {
color: #f8e4b4;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--anna-banana:#f7d74b;
--chrome-yellow:#faa700;
--noodles:#f8e4b4;
--shocking-orange:#ff6d1f;
}