Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b4;
}
.melon-mist {
color: #e67a90;
}
.pink-punch {
color: #d14d6b;
}
.night-shadz {
color: #a03b54;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b4;
--melon-mist:#e67a90;
--pink-punch:#d14d6b;
--night-shadz:#a03b54;
}