Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e6d5;
}
.scallop-shell {
color: #f9d8c8;
}
.antique-cameo {
color: #f0baa3;
}
.yucatan {
color: #ebaf7a;
}
.brown-bag {
color: #ddab6e;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e6d5;
--scallop-shell:#f9d8c8;
--antique-cameo:#f0baa3;
--yucatan:#ebaf7a;
--brown-bag:#ddab6e;
}