Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e5b6;
}
.avid-apricot {
color: #f3c5a0;
}
.antique-cameo {
color: #f1b7a2;
}
.cozy-summer-sunset {
color: #e89e9b;
}
.impatient-pink {
color: #d87d99;
}
/* CSS Variables */
:root {
--barley-white:#f7e5b6;
--avid-apricot:#f3c5a0;
--antique-cameo:#f1b7a2;
--cozy-summer-sunset:#e89e9b;
--impatient-pink:#d87d99;
}