Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f7d9a1;
}
.rose-mallow {
color: #f3a5c9;
}
.silver-rust {
color: #c5a2e6;
}
.blue-cue {
color: #8b9de5;
}
.throat-chakra {
color: #66d3d6;
}
/* CSS Variables */
:root {
--milky-maize:#f7d9a1;
--rose-mallow:#f3a5c9;
--silver-rust:#c5a2e6;
--blue-cue:#8b9de5;
--throat-chakra:#66d3d6;
}