Color names in this palette
CSS code for this palette
/* CSS */
.pinky-pickle {
color: #b76c8c;
}
.mellow-rose {
color: #d8a2a2;
}
.petals-unfolding {
color: #f1bbc2;
}
.sunday-best {
color: #fbc6c6;
}
.pastel-pink {
color: #e1a3a3;
}
/* CSS Variables */
:root {
--pinky-pickle:#b76c8c;
--mellow-rose:#d8a2a2;
--petals-unfolding:#f1bbc2;
--sunday-best:#fbc6c6;
--pastel-pink:#e1a3a3;
}