Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d7a61d;
}
.little-sun-dress {
color: #f6c960;
}
.bells-and-whistles-gold {
color: #f0e59e;
}
.salmon-fresco {
color: #f9b09f;
}
.dash-of-curry {
color: #c76c5c;
}
/* CSS Variables */
:root {
--chanterelle:#d7a61d;
--little-sun-dress:#f6c960;
--bells-and-whistles-gold:#f0e59e;
--salmon-fresco:#f9b09f;
--dash-of-curry:#c76c5c;
}