CSS code for this palette
/* CSS */
.cola {
color: #3a2c22;
}
.greener-pastures {
color: #495a4b;
}
.aria {
color: #e3e3e3;
}
.coco-s-black {
color: #1c1f14;
}
.sky-chase {
color: #a3c8d1;
}
/* CSS Variables */
:root {
--cola:#3a2c22;
--greener-pastures:#495a4b;
--aria:#e3e3e3;
--coco-s-black:#1c1f14;
--sky-chase:#a3c8d1;
}