Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a1d9b2;
}
.tropic-turquoise {
color: #6ab9a5;
}
.jericho-jade {
color: #4c8a81;
}
.otter-creek {
color: #3c5d5d;
}
.ponderosa-pine {
color: #2a494c;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a1d9b2;
--tropic-turquoise:#6ab9a5;
--jericho-jade:#4c8a81;
--otter-creek:#3c5d5d;
--ponderosa-pine:#2a494c;
}