Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.biscuit-cream {
color: #f8cab4;
}
.flan {
color: #f7e1b6;
}
.cymophane-yellow {
color: #f2e4a6;
}
.sweet-lilac {
color: #e6b7d1;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--biscuit-cream:#f8cab4;
--flan:#f7e1b6;
--cymophane-yellow:#f2e4a6;
--sweet-lilac:#e6b7d1;
}