Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.princess {
color: #f1a7b4;
}
.flower-blossom-pink {
color: #f77e8a;
}
.camellia-rose {
color: #e94e6d;
}
.sovereign-red {
color: #d0253c;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--princess:#f1a7b4;
--flower-blossom-pink:#f77e8a;
--camellia-rose:#e94e6d;
--sovereign-red:#d0253c;
}