Color names in this palette
CSS code for this palette
/* CSS */
.biel-tan-green {
color: #1f9e6d;
}
.larimar-blue {
color: #1e77b3;
}
.picton-blue {
color: #59a3d4;
}
.water-flow {
color: #7cc6d5;
}
.overtone {
color: #a6e7b3;
}
/* CSS Variables */
:root {
--biel-tan-green:#1f9e6d;
--larimar-blue:#1e77b3;
--picton-blue:#59a3d4;
--water-flow:#7cc6d5;
--overtone:#a6e7b3;
}