Color names in this palette
CSS code for this palette
/* CSS */
.safflower-purple {
color: #b45099;
}
.cherry-brandy {
color: #e16b84;
}
.lion-of-menecrates {
color: #f2a769;
}
.jemima {
color: #f2d57d;
}
.eton-blue {
color: #a9d6d2;
}
/* CSS Variables */
:root {
--safflower-purple:#b45099;
--cherry-brandy:#e16b84;
--lion-of-menecrates:#f2a769;
--jemima:#f2d57d;
--eton-blue:#a9d6d2;
}