Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.carnival {
color: #e68d2d;
}
.golden-mary {
color: #f3b939;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.serene-pink {
color: #f4c3b8;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--carnival:#e68d2d;
--golden-mary:#f3b939;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--serene-pink:#f4c3b8;
}