Color names in this palette
CSS code for this palette
/* CSS */
.deep-peacock-blue {
color: #009485;
}
.pond-moss {
color: #007a6c;
}
.urban-green {
color: #004d40;
}
.ending-autumn {
color: #8d6f62;
}
.velvety-chestnut {
color: #a0877e;
}
/* CSS Variables */
:root {
--deep-peacock-blue:#009485;
--pond-moss:#007a6c;
--urban-green:#004d40;
--ending-autumn:#8d6f62;
--velvety-chestnut:#a0877e;
}