Color names in this palette
CSS code for this palette
/* CSS */
.toasted-paprika {
color: #a44b2d;
}
.gold-varnish-brown {
color: #b75c38;
}
.citrus-notes {
color: #d66a43;
}
.cheater {
color: #efb05d;
}
.mandys-pink {
color: #f4b79f;
}
/* CSS Variables */
:root {
--toasted-paprika:#a44b2d;
--gold-varnish-brown:#b75c38;
--citrus-notes:#d66a43;
--cheater:#efb05d;
--mandys-pink:#f4b79f;
}