Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.violet-kiss {
color: #f2a6d0;
}
.fuchsia-blush {
color: #e580bb;
}
.crushed-berries {
color: #d55d9b;
}
.fuchsia-red {
color: #b63a7c;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--violet-kiss:#f2a6d0;
--fuchsia-blush:#e580bb;
--crushed-berries:#d55d9b;
--fuchsia-red:#b63a7c;
}