CSS code for this palette
/* CSS */
.limestoned {
color: #a6c9a9;
}
.apple-cream {
color: #b7d6a9;
}
.spring-kiss {
color: #e5f2b5;
}
.solar {
color: #fceab6;
}
.allspice {
color: #f9cca9;
}
/* CSS Variables */
:root {
--limestoned:#a6c9a9;
--apple-cream:#b7d6a9;
--spring-kiss:#e5f2b5;
--solar:#fceab6;
--allspice:#f9cca9;
}