Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.violet-kiss {
color: #f2a6d2;
}
.fuchsia-blush {
color: #e17fb2;
}
.tutuji-pink {
color: #e64c91;
}
.qermez-red {
color: #d84170;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--violet-kiss:#f2a6d2;
--fuchsia-blush:#e17fb2;
--tutuji-pink:#e64c91;
--qermez-red:#d84170;
}