Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.ballerina-tears {
color: #f0bab2;
}
.fireflies {
color: #f7d9a6;
}
.lime-bright {
color: #f2e4b0;
}
.think-pink {
color: #e3a6c2;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--ballerina-tears:#f0bab2;
--fireflies:#f7d9a6;
--lime-bright:#f2e4b0;
--think-pink:#e3a6c2;
}