Color names in this palette
CSS code for this palette
/* CSS */
.raw-sunset {
color: #f85a2a;
}
.princess {
color: #f1a7b2;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
.raspberry-sorbet {
color: #d63865;
}
.radish {
color: #a92d44;
}
/* CSS Variables */
:root {
--raw-sunset:#f85a2a;
--princess:#f1a7b2;
--cherry-blossom-pink:#ffb8c6;
--raspberry-sorbet:#d63865;
--radish:#a92d44;
}