Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.milky-maize {
color: #f9d89f;
}
.shrimp-toast {
color: #f6c8a2;
}
.first-date {
color: #f5b2a3;
}
.coral-bead {
color: #f29a91;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--milky-maize:#f9d89f;
--shrimp-toast:#f6c8a2;
--first-date:#f5b2a3;
--coral-bead:#f29a91;
}