Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.reptilian-green {
color: #009982;
}
.medieval-forest {
color: #00806f;
}
.mosque {
color: #00615c;
}
.crab-nebula {
color: #00404d;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--reptilian-green:#009982;
--medieval-forest:#00806f;
--mosque:#00615c;
--crab-nebula:#00404d;
}