Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.mountain-lake-azure {
color: #4eb7a3;
}
.gossamer {
color: #3b9b8b;
}
.fir {
color: #3e7a65;
}
.lacrosse {
color: #2d5c54;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--mountain-lake-azure:#4eb7a3;
--gossamer:#3b9b8b;
--fir:#3e7a65;
--lacrosse:#2d5c54;
}