Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.waddles-pink {
color: #f1a7ca;
}
.sugar-tooth {
color: #d68fa2;
}
.cinnamon-satin {
color: #d16183;
}
.rouge-red {
color: #e13d66;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--waddles-pink:#f1a7ca;
--sugar-tooth:#d68fa2;
--cinnamon-satin:#d16183;
--rouge-red:#e13d66;
}