Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-chalk {
color: #f4a4bf;
}
.astilbe {
color: #f18ea5;
}
.out-of-fashion {
color: #f07090;
}
.kacey-s-pink {
color: #e84f78;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-chalk:#f4a4bf;
--astilbe:#f18ea5;
--out-of-fashion:#f07090;
--kacey-s-pink:#e84f78;
}