Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.emperor-s-children {
color: #f2a1b1;
}
.pink-eraser {
color: #f29d9c;
}
.sunburst {
color: #f2b67d;
}
.j-n-hu-ng-gold {
color: #f2d469;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--emperor-s-children:#f2a1b1;
--pink-eraser:#f29d9c;
--sunburst:#f2b67d;
--j-n-hu-ng-gold:#f2d469;
}