Color names in this palette
CSS code for this palette
/* CSS */
.limestoned {
color: #a7caa0;
}
.apple-cream {
color: #b3d6a8;
}
.iced-celery {
color: #e5e9b9;
}
.irish-folklore {
color: #d4e2c1;
}
.seacrest {
color: #b8c9a6;
}
/* CSS Variables */
:root {
--limestoned:#a7caa0;
--apple-cream:#b3d6a8;
--iced-celery:#e5e9b9;
--irish-folklore:#d4e2c1;
--seacrest:#b8c9a6;
}