Color names in this palette
CSS code for this palette
/* CSS */
.olivine {
color: #9fbd70;
}
.young-bamboo {
color: #69bf8b;
}
.tropical-escape {
color: #4eb7b0;
}
.navagio-bay {
color: #3c8eb4;
}
.allegiance {
color: #5b6c8b;
}
/* CSS Variables */
:root {
--olivine:#9fbd70;
--young-bamboo:#69bf8b;
--tropical-escape:#4eb7b0;
--navagio-bay:#3c8eb4;
--allegiance:#5b6c8b;
}