Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #59b1b1;
}
.blue-turquoise {
color: #4caeae;
}
.marlin-green {
color: #3da4a4;
}
.empress-envy {
color: #2c9b9b;
}
.river-fountain {
color: #1f8e8e;
}
/* CSS Variables */
:root {
--artesian-well:#59b1b1;
--blue-turquoise:#4caeae;
--marlin-green:#3da4a4;
--empress-envy:#2c9b9b;
--river-fountain:#1f8e8e;
}