Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.violet-kiss {
color: #f2a1d0;
}
.bit-of-berry {
color: #e55d9c;
}
.rubber-band {
color: #d0497c;
}
.romantic-rose {
color: #a93d88;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--violet-kiss:#f2a1d0;
--bit-of-berry:#e55d9c;
--rubber-band:#d0497c;
--romantic-rose:#a93d88;
}