Color names in this palette
CSS code for this palette
/* CSS */
.jemima {
color: #f7d47e;
}
.soft-cashmere {
color: #f2b5d5;
}
.light-blue-glint {
color: #a8d3e1;
}
.cheater {
color: #f1b25b;
}
.apricot-wash {
color: #f9a380;
}
/* CSS Variables */
:root {
--jemima:#f7d47e;
--soft-cashmere:#f2b5d5;
--light-blue-glint:#a8d3e1;
--cheater:#f1b25b;
--apricot-wash:#f9a380;
}