Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e3b6;
}
.ballerina-tears {
color: #f3b7af;
}
.flower-blossom-pink {
color: #f67e88;
}
.sugar-rush {
color: #d6619c;
}
.aged-purple {
color: #a84da0;
}
/* CSS Variables */
:root {
--barley-white:#f7e3b6;
--ballerina-tears:#f3b7af;
--flower-blossom-pink:#f67e88;
--sugar-rush:#d6619c;
--aged-purple:#a84da0;
}