Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.almond-cream {
color: #f3c4a0;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.bit-of-lime {
color: #e0e6a8;
}
.apple-cream {
color: #b3d7a7;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--almond-cream:#f3c4a0;
--antique-wicker-basket:#f2d2a1;
--bit-of-lime:#e0e6a8;
--apple-cream:#b3d7a7;
}