Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d1;
}
.candlelight-peach {
color: #f9a79f;
}
.pink-sherbet {
color: #f67e9c;
}
.childhood-crush {
color: #e06e6c;
}
.cry-of-a-rose {
color: #b33d5a;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d1;
--candlelight-peach:#f9a79f;
--pink-sherbet:#f67e9c;
--childhood-crush:#e06e6c;
--cry-of-a-rose:#b33d5a;
}