Color names in this palette
CSS code for this palette
/* CSS */
.cotton-club {
color: #f3e3d3;
}
.apricot-freeze {
color: #f1d0b7;
}
.antique-cameo {
color: #f1b7a2;
}
.tonys-pink {
color: #e4a08b;
}
.my-pink {
color: #d78e7f;
}
/* CSS Variables */
:root {
--cotton-club:#f3e3d3;
--apricot-freeze:#f1d0b7;
--antique-cameo:#f1b7a2;
--tonys-pink:#e4a08b;
--my-pink:#d78e7f;
}