Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-chalk {
color: #f4a4bf;
}
.wonder-lust {
color: #f28ca1;
}
.ambitious-rose {
color: #ec6981;
}
.guide-pink {
color: #e64c66;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-chalk:#f4a4bf;
--wonder-lust:#f28ca1;
--ambitious-rose:#ec6981;
--guide-pink:#e64c66;
}