Color names in this palette
CSS code for this palette
/* CSS */
.treacle {
color: #895b29;
}
.nonpareil-apple {
color: #c2a25b;
}
.terrace-pool {
color: #a1d6e2;
}
.wandering-river {
color: #70a3c7;
}
.may-green {
color: #4b8f3d;
}
/* CSS Variables */
:root {
--treacle:#895b29;
--nonpareil-apple:#c2a25b;
--terrace-pool:#a1d6e2;
--wandering-river:#70a3c7;
--may-green:#4b8f3d;
}