Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.reptilian-green {
color: #009982;
}
.green-garlands {
color: #008071;
}
.mosque {
color: #00615c;
}
.rich-black {
color: #00423f;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--reptilian-green:#009982;
--green-garlands:#008071;
--mosque:#00615c;
--rich-black:#00423f;
}