Color names in this palette
CSS code for this palette
/* CSS */
.sweet-heart {
color: #e6a8b0;
}
.milky-maize {
color: #f9d69f;
}
.charming-peach {
color: #f5b175;
}
.sandy-brown {
color: #f1a35b;
}
.clay-terrace {
color: #d7823c;
}
/* CSS Variables */
:root {
--sweet-heart:#e6a8b0;
--milky-maize:#f9d69f;
--charming-peach:#f5b175;
--sandy-brown:#f1a35b;
--clay-terrace:#d7823c;
}