Color names in this palette
CSS code for this palette
/* CSS */
.gem-turquoise {
color: #4fbfbf;
}
.lacrosse {
color: #2f5b5b;
}
.fruit-salad {
color: #4f9c4f;
}
.sophisticated-teal {
color: #4e7373;
}
.atlantic-deep {
color: #2b4e5a;
}
/* CSS Variables */
:root {
--gem-turquoise:#4fbfbf;
--lacrosse:#2f5b5b;
--fruit-salad:#4f9c4f;
--sophisticated-teal:#4e7373;
--atlantic-deep:#2b4e5a;
}