Color names in this palette
CSS code for this palette
/* CSS */
.medium-red-violet {
color: #bc3486;
}
.bit-of-berry {
color: #d85a99;
}
.ballet-slippers {
color: #f99fb0;
}
.dahlia-delight {
color: #f9bed3;
}
.wishy-washy-pink {
color: #f1dfe6;
}
/* CSS Variables */
:root {
--medium-red-violet:#bc3486;
--bit-of-berry:#d85a99;
--ballet-slippers:#f99fb0;
--dahlia-delight:#f9bed3;
--wishy-washy-pink:#f1dfe6;
}