Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-red {
color: #ee2f33;
}
.usubeni-red {
color: #f26b69;
}
.coral-silk {
color: #f3a67c;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.noodles {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--sparkling-red:#ee2f33;
--usubeni-red:#f26b69;
--coral-silk:#f3a67c;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--noodles:#f9e1b4;
}