Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.pink-chalk {
color: #f3a5ba;
}
.be-my-valentine {
color: #ef9fc4;
}
.blush {
color: #f09d8e;
}
.burning-coals {
color: #f79c6e;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--pink-chalk:#f3a5ba;
--be-my-valentine:#ef9fc4;
--blush:#f09d8e;
--burning-coals:#f79c6e;
}