Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.opal-flame {
color: #e65e4c;
}
.roseberry {
color: #f8a7a0;
}
.hu-ng-j-n-zh-u-gold {
color: #fbdc6a;
}
.green-masquerade {
color: #8ebf88;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--opal-flame:#e65e4c;
--roseberry:#f8a7a0;
--hu-ng-j-n-zh-u-gold:#fbdc6a;
--green-masquerade:#8ebf88;
}