Color names in this palette
CSS code for this palette
/* CSS */
.bulbasaur {
color: #70a15e;
}
.french-market {
color: #a3c69f;
}
.minted {
color: #e1e9d8;
}
.milky-maize {
color: #f9d69f;
}
.entan-red {
color: #f06c51;
}
/* CSS Variables */
:root {
--bulbasaur:#70a15e;
--french-market:#a3c69f;
--minted:#e1e9d8;
--milky-maize:#f9d69f;
--entan-red:#f06c51;
}