Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.prettiest-pink {
color: #e3a5c8;
}
.barely-bloomed {
color: #d8a6e2;
}
.biloba-flower {
color: #b29ad0;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--sullivan-s-heart:#f7c5d5;
--prettiest-pink:#e3a5c8;
--barely-bloomed:#d8a6e2;
--biloba-flower:#b29ad0;
}