Color names in this palette
CSS code for this palette
/* CSS */
.melon-tint {
color: #f7e6d4;
}
.almond-cream {
color: #f4c19f;
}
.apricot-jam {
color: #f1a96f;
}
.terra-cotta-pot {
color: #d48e6e;
}
.cottage-spice {
color: #a95a47;
}
/* CSS Variables */
:root {
--melon-tint:#f7e6d4;
--almond-cream:#f4c19f;
--apricot-jam:#f1a96f;
--terra-cotta-pot:#d48e6e;
--cottage-spice:#a95a47;
}