Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b6;
}
.chewing-gum {
color: #eaaeaf;
}
.milky-maize {
color: #f8d5a0;
}
.almond-kiss {
color: #f7e2d4;
}
.pretty-petunia {
color: #d7b3df;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b6;
--chewing-gum:#eaaeaf;
--milky-maize:#f8d5a0;
--almond-kiss:#f7e2d4;
--pretty-petunia:#d7b3df;
}