Color names in this palette
CSS code for this palette
/* CSS */
.blue-green-gem {
color: #7ecdc8;
}
.mountain-lake-azure {
color: #50b9a8;
}
.royal-palm {
color: #3f8d8a;
}
.lacrosse {
color: #2a5b59;
}
.nordic {
color: #1f3d3c;
}
/* CSS Variables */
:root {
--blue-green-gem:#7ecdc8;
--mountain-lake-azure:#50b9a8;
--royal-palm:#3f8d8a;
--lacrosse:#2a5b59;
--nordic:#1f3d3c;
}