Color names in this palette
CSS code for this palette
/* CSS */
.green-gooseberry {
color: #b3e1a3;
}
.milky-maize {
color: #f9d69f;
}
.ibis {
color: #f1b1c0;
}
.sea-cliff {
color: #a3c3e0;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--green-gooseberry:#b3e1a3;
--milky-maize:#f9d69f;
--ibis:#f1b1c0;
--sea-cliff:#a3c3e0;
--light-blue-glint:#a8d3e1;
}