Color names in this palette
CSS code for this palette
/* CSS */
.powder-rose {
color: #f3b4ba;
}
.shrimp-toast {
color: #f6c4a2;
}
.milky-maize {
color: #f9d89f;
}
.wickerware {
color: #fde6af;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--powder-rose:#f3b4ba;
--shrimp-toast:#f6c4a2;
--milky-maize:#f9d89f;
--wickerware:#fde6af;
--smooth-as-corn-silk:#f4e4b3;
}