Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd4;
}
.pink-fit {
color: #f5a8b2;
}
.fruit-shake {
color: #f69c8e;
}
.bonfire {
color: #f5825c;
}
.chinese-orange {
color: #f56e3d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd4;
--pink-fit:#f5a8b2;
--fruit-shake:#f69c8e;
--bonfire:#f5825c;
--chinese-orange:#f56e3d;
}