Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f0b6a3;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.cymophane-yellow {
color: #f3e6a5;
}
.peppermint-pie {
color: #a6c9c2;
}
.greyish-teal {
color: #6f9f8e;
}
/* CSS Variables */
:root {
--antique-cameo:#f0b6a3;
--antique-wicker-basket:#f7d3a1;
--cymophane-yellow:#f3e6a5;
--peppermint-pie:#a6c9c2;
--greyish-teal:#6f9f8e;
}