Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.maple-beige {
color: #f9d1a4;
}
.golden-straw {
color: #f3eaaf;
}
.malm-ff {
color: #aad4f8;
}
.metal-gear {
color: #a4c2db;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--maple-beige:#f9d1a4;
--golden-straw:#f3eaaf;
--malm-ff:#aad4f8;
--metal-gear:#a4c2db;
}