Color names in this palette
CSS code for this palette
/* CSS */
.exotic-purple {
color: #6a4f78;
}
.antique-hot-pink {
color: #b57d9a;
}
.mountain-laurel {
color: #f4c8d3;
}
.eggnog {
color: #ffec9e;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--exotic-purple:#6a4f78;
--antique-hot-pink:#b57d9a;
--mountain-laurel:#f4c8d3;
--eggnog:#ffec9e;
--squash-blossom:#f6b83c;
}