Color names in this palette
CSS code for this palette
/* CSS */
.texas-heatwave {
color: #a64c3a;
}
.peanut-butter-crust {
color: #c8a589;
}
.flowering-reed {
color: #e1d8b7;
}
.green-trance {
color: #a1d69f;
}
.murdoch {
color: #5d8e6b;
}
/* CSS Variables */
:root {
--texas-heatwave:#a64c3a;
--peanut-butter-crust:#c8a589;
--flowering-reed:#e1d8b7;
--green-trance:#a1d69f;
--murdoch:#5d8e6b;
}