Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.peach-damask {
color: #f7c5a6;
}
.banana-yogurt {
color: #f9e8b4;
}
.aquarelle-purple {
color: #d7e2f4;
}
.sky-high {
color: #a1c1e8;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--peach-damask:#f7c5a6;
--banana-yogurt:#f9e8b4;
--aquarelle-purple:#d7e2f4;
--sky-high:#a1c1e8;
}