Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b2;
}
.charm-pink {
color: #e689ad;
}
.little-bow-pink {
color: #d57b99;
}
.old-geranium {
color: #c76b87;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b2;
--charm-pink:#e689ad;
--little-bow-pink:#d57b99;
--old-geranium:#c76b87;
}