Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.biscuit-cream {
color: #f8c9b4;
}
.pasta {
color: #f8e0af;
}
.boxwood-yellow {
color: #efe2a4;
}
.lettuce-alone {
color: #d1e0a3;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--biscuit-cream:#f8c9b4;
--pasta:#f8e0af;
--boxwood-yellow:#efe2a4;
--lettuce-alone:#d1e0a3;
}