Color names in this palette
CSS code for this palette
/* CSS */
.bianchi-green {
color: #3cd7c0;
}
.onsen {
color: #64e8b7;
}
.tenacious-tentacles {
color: #99f0b0;
}
.lime-dream {
color: #c3f3b4;
}
.freshman {
color: #e4f7c0;
}
/* CSS Variables */
:root {
--bianchi-green:#3cd7c0;
--onsen:#64e8b7;
--tenacious-tentacles:#99f0b0;
--lime-dream:#c3f3b4;
--freshman:#e4f7c0;
}