Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f7a6b9;
}
.milky-maize {
color: #f7d6a1;
}
.delicate-lace {
color: #f2e6d4;
}
.terrace-pool {
color: #a3d6e0;
}
.slate-blue {
color: #5c7c99;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f7a6b9;
--milky-maize:#f7d6a1;
--delicate-lace:#f2e6d4;
--terrace-pool:#a3d6e0;
--slate-blue:#5c7c99;
}