Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.lavender-candy {
color: #f8b4d3;
}
.pink-heath {
color: #f4bedf;
}
.sweet-lilac {
color: #eab8d1;
}
.sweet-perfume {
color: #d39cb6;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--lavender-candy:#f8b4d3;
--pink-heath:#f4bedf;
--sweet-lilac:#eab8d1;
--sweet-perfume:#d39cb6;
}