Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f8d9a0;
}
.apricot-jam {
color: #f2a76e;
}
.dolomite-red {
color: #c57c9b;
}
.violet-femmes {
color: #a56f9d;
}
.young-fern {
color: #6ebf7d;
}
/* CSS Variables */
:root {
--milky-maize:#f8d9a0;
--apricot-jam:#f2a76e;
--dolomite-red:#c57c9b;
--violet-femmes:#a56f9d;
--young-fern:#6ebf7d;
}