Color names in this palette
CSS code for this palette
/* CSS */
.venus-violet {
color: #7969bf;
}
.violet-velvet {
color: #b89fe0;
}
.laelia-pink {
color: #f4c8e0;
}
.pallid-orange {
color: #f9b79f;
}
.mango-margarita {
color: #f8b74f;
}
/* CSS Variables */
:root {
--venus-violet:#7969bf;
--violet-velvet:#b89fe0;
--laelia-pink:#f4c8e0;
--pallid-orange:#f9b79f;
--mango-margarita:#f8b74f;
}