Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a7c2;
}
.french-bustle {
color: #f1d5d5;
}
.buttery-croissant {
color: #f6e39d;
}
.green-charm {
color: #e7dfa7;
}
.ballerina-tears {
color: #f5bab2;
}
/* CSS Variables */
:root {
--think-pink:#e7a7c2;
--french-bustle:#f1d5d5;
--buttery-croissant:#f6e39d;
--green-charm:#e7dfa7;
--ballerina-tears:#f5bab2;
}