Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.sunny-mood {
color: #f7c94b;
}
.bells-and-whistles-gold {
color: #f0e69e;
}
.precious-persimmon {
color: #ff7142;
}
.etruscan-red {
color: #c92c3e;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--sunny-mood:#f7c94b;
--bells-and-whistles-gold:#f0e69e;
--precious-persimmon:#ff7142;
--etruscan-red:#c92c3e;
}