Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #efc3d1;
}
.sweet-heart {
color: #e6a8b1;
}
.rosewood-apricot {
color: #d69fa0;
}
.ballerina-tears {
color: #f1b7b1;
}
.peppermint-swirl {
color: #d65c78;
}
/* CSS Variables */
:root {
--desire-pink:#efc3d1;
--sweet-heart:#e6a8b1;
--rosewood-apricot:#d69fa0;
--ballerina-tears:#f1b7b1;
--peppermint-swirl:#d65c78;
}