Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.shrimp-toast {
color: #f9c69f;
}
.bleached-sunflower {
color: #fce9a6;
}
.green-gooseberry {
color: #b0e0a3;
}
.eastern-sky {
color: #8cc0cf;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--shrimp-toast:#f9c69f;
--bleached-sunflower:#fce9a6;
--green-gooseberry:#b0e0a3;
--eastern-sky:#8cc0cf;
}