Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e7b1c5;
}
.plum-blossom {
color: #f2a2a1;
}
.milky-maize {
color: #f8d5a0;
}
.flame-seal {
color: #f7e059;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--athena-pink:#e7b1c5;
--plum-blossom:#f2a2a1;
--milky-maize:#f8d5a0;
--flame-seal:#f7e059;
--lime-lizard:#a3d55d;
}