Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.laelia-pink {
color: #f7c5e0;
}
.princess {
color: #f1a7b4;
}
.salmon-pok-bowl {
color: #f27c78;
}
.swiss-chard {
color: #e05c6e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--laelia-pink:#f7c5e0;
--princess:#f1a7b4;
--salmon-pok-bowl:#f27c78;
--swiss-chard:#e05c6e;
}