Color names in this palette
CSS code for this palette
/* CSS */
.pink-heath {
color: #f4bee0;
}
.partytime {
color: #e2a7c9;
}
.lavender-pink {
color: #d48ccf;
}
.french-lilac {
color: #e3b5d8;
}
.baby-steps {
color: #f7cad9;
}
/* CSS Variables */
:root {
--pink-heath:#f4bee0;
--partytime:#e2a7c9;
--lavender-pink:#d48ccf;
--french-lilac:#e3b5d8;
--baby-steps:#f7cad9;
}