Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e8a4a1;
}
.brilliant-beige {
color: #f2c5b5;
}
.tea-light {
color: #f6e6c1;
}
.aloe-cream {
color: #dbe8b5;
}
.southern-belle {
color: #aad4c1;
}
/* CSS Variables */
:root {
--bussell-lace:#e8a4a1;
--brilliant-beige:#f2c5b5;
--tea-light:#f6e6c1;
--aloe-cream:#dbe8b5;
--southern-belle:#aad4c1;
}