Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4b2c6d;
}
.jubilee {
color: #7c5b9f;
}
.dechala-lilac {
color: #b39cce;
}
.fresh-on-the-market {
color: #f7abbe;
}
.gilded {
color: #f5d94d;
}
/* CSS Variables */
:root {
--violet-indigo:#4b2c6d;
--jubilee:#7c5b9f;
--dechala-lilac:#b39cce;
--fresh-on-the-market:#f7abbe;
--gilded:#f5d94d;
}