Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-chalk {
color: #f4a4bf;
}
.pink-sherbet {
color: #f27da8;
}
.tutuji-pink {
color: #e64c8c;
}
.raspberry-sorbet {
color: #d33c6e;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-chalk:#f4a4bf;
--pink-sherbet:#f27da8;
--tutuji-pink:#e64c8c;
--raspberry-sorbet:#d33c6e;
}