Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.chai-latte {
color: #f8c8a0;
}
.tinker-light {
color: #fceeb6;
}
.ice-ice {
color: #b5e9af;
}
.terrace-pool {
color: #9fd7e0;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--chai-latte:#f8c8a0;
--tinker-light:#fceeb6;
--ice-ice:#b5e9af;
--terrace-pool:#9fd7e0;
}