Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.princess {
color: #f1a7b2;
}
.deep-blush {
color: #e26a8a;
}
.rosy-cheeks {
color: #d94a6e;
}
.our-little-secret {
color: #aa4b7a;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--princess:#f1a7b2;
--deep-blush:#e26a8a;
--rosy-cheeks:#d94a6e;
--our-little-secret:#aa4b7a;
}