Color names in this palette
CSS code for this palette
/* CSS */
.belize {
color: #7dd2d4;
}
.artesian-well {
color: #5cb2af;
}
.blue-chill {
color: #3f8d8d;
}
.calypso-green {
color: #2b5e5e;
}
.nordic {
color: #1a3d3d;
}
/* CSS Variables */
:root {
--belize:#7dd2d4;
--artesian-well:#5cb2af;
--blue-chill:#3f8d8d;
--calypso-green:#2b5e5e;
--nordic:#1a3d3d;
}