Color names in this palette
CSS code for this palette
/* CSS */
.j-n-s-gold {
color: #a3a300;
}
.rosso-corsa {
color: #d60000;
}
.golden-beryl-yellow {
color: #d6a800;
}
.bleached-silk {
color: #f2f2f2;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--j-n-s-gold:#a3a300;
--rosso-corsa:#d60000;
--golden-beryl-yellow:#d6a800;
--bleached-silk:#f2f2f2;
--black:#000000;
}