Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-chalk {
color: #f4a4bf;
}
.posy-petal {
color: #f48a9a;
}
.zahri-pink {
color: #ec6972;
}
.highlighter-red {
color: #e74b5b;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-chalk:#f4a4bf;
--posy-petal:#f48a9a;
--zahri-pink:#ec6972;
--highlighter-red:#e74b5b;
}