Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.frugal {
color: #a4d6b3;
}
.star-grass {
color: #75d7c3;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--frugal:#a4d6b3;
--star-grass:#75d7c3;
}