Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b4;
}
.milky-maize {
color: #f9d89f;
}
.cake-dough {
color: #fce1a6;
}
.botanical-tint {
color: #a6e3d8;
}
.mauve {
color: #e4b3ff;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b4;
--milky-maize:#f9d89f;
--cake-dough:#fce1a6;
--botanical-tint:#a6e3d8;
--mauve:#e4b3ff;
}