Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c7;
}
.milky-maize {
color: #f8d9a0;
}
.calla {
color: #f2e1b5;
}
.reef-green {
color: #a3e0c2;
}
.apricot-obsession {
color: #f7c6b6;
}
/* CSS Variables */
:root {
--cupid:#f5b2c7;
--milky-maize:#f8d9a0;
--calla:#f2e1b5;
--reef-green:#a3e0c2;
--apricot-obsession:#f7c6b6;
}