Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9b508d;
}
.exotic-lilac {
color: #d095b2;
}
.sweetheart {
color: #f2c5d8;
}
.venetian-yellow {
color: #f5e69e;
}
.roasted-squash {
color: #e8a359;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9b508d;
--exotic-lilac:#d095b2;
--sweetheart:#f2c5d8;
--venetian-yellow:#f5e69e;
--roasted-squash:#e8a359;
}