Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.cave-lake {
color: #50b4c3;
}
.taos-turquoise {
color: #2a8d8c;
}
.uncharted {
color: #1c5a59;
}
.ghostlands-coal {
color: #0f3a3e;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--cave-lake:#50b4c3;
--taos-turquoise:#2a8d8c;
--uncharted:#1c5a59;
--ghostlands-coal:#0f3a3e;
}