Color names in this palette
CSS code for this palette
/* CSS */
.fling-green {
color: #8cd4d2;
}
.artesian-well {
color: #5db1b0;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
.royal-palm {
color: #3f8d8a;
}
.north-sea {
color: #2c6d6c;
}
/* CSS Variables */
:root {
--fling-green:#8cd4d2;
--artesian-well:#5db1b0;
--coolbox-ice-turquoise:#499c9b;
--royal-palm:#3f8d8a;
--north-sea:#2c6d6c;
}