Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b6;
}
.pink-carnation {
color: #e67a9c;
}
.rose-turkish-delight {
color: #d84f7d;
}
.maroon-light {
color: #bf2b5d;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b6;
--pink-carnation:#e67a9c;
--rose-turkish-delight:#d84f7d;
--maroon-light:#bf2b5d;
}