CSS code for this palette
/* CSS */
.template {
color: #a9cae5;
}
.tort {
color: #5b8e8f;
}
.thermal {
color: #3f5050;
}
.cane-sugar {
color: #e3b982;
}
.field-poppy {
color: #d76c37;
}
/* CSS Variables */
:root {
--template:#a9cae5;
--tort:#5b8e8f;
--thermal:#3f5050;
--cane-sugar:#e3b982;
--field-poppy:#d76c37;
}