Color names in this palette
CSS code for this palette
/* CSS */
.fairstar {
color: #6ba4a8;
}
.jericho-jade {
color: #4f8c7e;
}
.foliage-green {
color: #3d715b;
}
.wave-top {
color: #b1d8d3;
}
.grandis {
color: #ffcd75;
}
/* CSS Variables */
:root {
--fairstar:#6ba4a8;
--jericho-jade:#4f8c7e;
--foliage-green:#3d715b;
--wave-top:#b1d8d3;
--grandis:#ffcd75;
}