Color names in this palette
CSS code for this palette
/* CSS */
.little-sprout {
color: #d9e8d4;
}
.eerie-glow {
color: #a7d7b8;
}
.aquarium-blue {
color: #66cca7;
}
.first-post {
color: #2bbf9d;
}
.plumage {
color: #00998a;
}
/* CSS Variables */
:root {
--little-sprout:#d9e8d4;
--eerie-glow:#a7d7b8;
--aquarium-blue:#66cca7;
--first-post:#2bbf9d;
--plumage:#00998a;
}