Color names in this palette
CSS code for this palette
/* CSS */
.cry-of-a-rose {
color: #b03b58;
}
.peppermint-swirl {
color: #d75b80;
}
.plum-blossom {
color: #f29c9f;
}
.whipped-peach {
color: #f9cdae;
}
.pipitschah {
color: #f5e7c2;
}
/* CSS Variables */
:root {
--cry-of-a-rose:#b03b58;
--peppermint-swirl:#d75b80;
--plum-blossom:#f29c9f;
--whipped-peach:#f9cdae;
--pipitschah:#f5e7c2;
}