Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5aafa4;
}
.celadon-green {
color: #2d8b81;
}
.mosaic-tile {
color: #1a696b;
}
.lacustral {
color: #1c4f4b;
}
.blue-chill {
color: #3d8f8c;
}
/* CSS Variables */
:root {
--artesian-well:#5aafa4;
--celadon-green:#2d8b81;
--mosaic-tile:#1a696b;
--lacustral:#1c4f4b;
--blue-chill:#3d8f8c;
}