Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.sherbet-fruit {
color: #f8c9b9;
}
.ivory-tassel {
color: #f7ead9;
}
.touch-of-green {
color: #d9e9d3;
}
.ginninderra {
color: #b1d2c1;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--sherbet-fruit:#f8c9b9;
--ivory-tassel:#f7ead9;
--touch-of-green:#d9e9d3;
--ginninderra:#b1d2c1;
}