Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #544592;
}
.venus-violet {
color: #7969bf;
}
.simply-violet {
color: #a29fd6;
}
.laelia-pink {
color: #f5c7df;
}
.baby-s-blanket {
color: #ffadbf;
}
/* CSS Variables */
:root {
--liberty:#544592;
--venus-violet:#7969bf;
--simply-violet:#a29fd6;
--laelia-pink:#f5c7df;
--baby-s-blanket:#ffadbf;
}