Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.beach-party {
color: #fbcd5b;
}
.gnocchi-beige {
color: #ffedb8;
}
.shocking-orange {
color: #ff6d1f;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--beach-party:#fbcd5b;
--gnocchi-beige:#ffedb8;
--shocking-orange:#ff6d1f;
--pelati:#ff2e2e;
}