Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1b886b;
}
.first-post {
color: #2bbf9d;
}
.mint-jelly {
color: #3edaab;
}
.ocean-in-a-bowl {
color: #60e2b4;
}
.oasis-stream {
color: #a2ebd4;
}
/* CSS Variables */
:root {
--elf-green:#1b886b;
--first-post:#2bbf9d;
--mint-jelly:#3edaab;
--ocean-in-a-bowl:#60e2b4;
--oasis-stream:#a2ebd4;
}