Color names in this palette
CSS code for this palette
/* CSS */
.chic-peach {
color: #f0d2c7;
}
.coral-fountain {
color: #e2a8a1;
}
.lotus-red {
color: #d2747e;
}
.candied-apple {
color: #b95f70;
}
.exclusively {
color: #6d4f5c;
}
/* CSS Variables */
:root {
--chic-peach:#f0d2c7;
--coral-fountain:#e2a8a1;
--lotus-red:#d2747e;
--candied-apple:#b95f70;
--exclusively:#6d4f5c;
}