Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d3;
}
.powder-rose {
color: #f6b1bf;
}
.coral-silk {
color: #f49f7b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.khaki-core {
color: #f9e3ae;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d3;
--powder-rose:#f6b1bf;
--coral-silk:#f49f7b;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--khaki-core:#f9e3ae;
}