Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd7;
}
.rogue-pink {
color: #f5a3c0;
}
.rose-essence {
color: #f69d88;
}
.storm-lightning {
color: #f6e69d;
}
.hu-ng-j-n-zh-u-gold {
color: #f8da6d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd7;
--rogue-pink:#f5a3c0;
--rose-essence:#f69d88;
--storm-lightning:#f6e69d;
--hu-ng-j-n-zh-u-gold:#f8da6d;
}