Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f0b8b2;
}
.corn-husk {
color: #f4d5ae;
}
.vanilla-paste {
color: #f3e7d3;
}
.mint-macaron {
color: #afeeee;
}
.nihilakh-oxide {
color: #a2d7b7;
}
/* CSS Variables */
:root {
--ballerina-tears:#f0b8b2;
--corn-husk:#f4d5ae;
--vanilla-paste:#f3e7d3;
--mint-macaron:#afeeee;
--nihilakh-oxide:#a2d7b7;
}