Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d0;
}
.lily-pads {
color: #6aaf8a;
}
.jericho-jade {
color: #4f8c7e;
}
.shadow-leaf {
color: #3a5949;
}
.aimiru-brown {
color: #2e3c2a;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d0;
--lily-pads:#6aaf8a;
--jericho-jade:#4f8c7e;
--shadow-leaf:#3a5949;
--aimiru-brown:#2e3c2a;
}