Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.prom-corsage {
color: #e6c1e6;
}
.pinky-swear {
color: #f1a7f1;
}
.carnation-bouquet {
color: #f7c0d1;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--prom-corsage:#e6c1e6;
--pinky-swear:#f1a7f1;
--carnation-bouquet:#f7c0d1;
--cherry-blossom-pink:#ffb3c6;
}