Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f7b1d5;
}
.pink-chalk {
color: #f5a3be;
}
.pink-carnation {
color: #f27d9a;
}
.blush-d-amour {
color: #e05c86;
}
.pink-flambe {
color: #d3507e;
}
/* CSS Variables */
:root {
--lavender-candy:#f7b1d5;
--pink-chalk:#f5a3be;
--pink-carnation:#f27d9a;
--blush-d-amour:#e05c86;
--pink-flambe:#d3507e;
}