Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-blessing {
color: #f1a7bb;
}
.charm-pink {
color: #e78daa;
}
.little-bow-pink {
color: #d67a9c;
}
.old-geranium {
color: #c76b88;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-blessing:#f1a7bb;
--charm-pink:#e78daa;
--little-bow-pink:#d67a9c;
--old-geranium:#c76b88;
}