Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.rozowy-pink {
color: #f6a7b7;
}
.bierwurst {
color: #f2908c;
}
.usubeni-red {
color: #f26969;
}
.peppermint-swirl {
color: #d25b7f;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--rozowy-pink:#f6a7b7;
--bierwurst:#f2908c;
--usubeni-red:#f26969;
--peppermint-swirl:#d25b7f;
}