Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.mountain-lake-azure {
color: #4cb8a8;
}
.jadeite {
color: #3ccda1;
}
.reptile-green {
color: #2adfa0;
}
.mega-teal {
color: #19e6a2;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--mountain-lake-azure:#4cb8a8;
--jadeite:#3ccda1;
--reptile-green:#2adfa0;
--mega-teal:#19e6a2;
}