Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a5c8a2;
}
.eerie-glow {
color: #aad4b8;
}
.folk-tale {
color: #b2e0c0;
}
.jade-spell {
color: #c4e4d4;
}
.teal-treat {
color: #d8f3e1;
}
/* CSS Variables */
:root {
--french-market:#a5c8a2;
--eerie-glow:#aad4b8;
--folk-tale:#b2e0c0;
--jade-spell:#c4e4d4;
--teal-treat:#d8f3e1;
}