Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f6c6e1;
}
.violet-kiss {
color: #f0a3d1;
}
.fuchsia-blush {
color: #e67fb9;
}
.llilacquered {
color: #c85b99;
}
.romantic-rose {
color: #a84886;
}
/* CSS Variables */
:root {
--laelia-pink:#f6c6e1;
--violet-kiss:#f0a3d1;
--fuchsia-blush:#e67fb9;
--llilacquered:#c85b99;
--romantic-rose:#a84886;
}