Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.tequila {
color: #f6d0a2;
}
.springtime {
color: #eae4b3;
}
.grape-green {
color: #a7e0a4;
}
.baby-tears {
color: #6ab7d7;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--tequila:#f6d0a2;
--springtime:#eae4b3;
--grape-green:#a7e0a4;
--baby-tears:#6ab7d7;
}