Color names in this palette
CSS code for this palette
/* CSS */
.haystacks {
color: #d3aa4a;
}
.norman-shaw-goldspar {
color: #e7c68d;
}
.belgian-waffle {
color: #f1e0b7;
}
.fresh-water {
color: #c3e0f4;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--haystacks:#d3aa4a;
--norman-shaw-goldspar:#e7c68d;
--belgian-waffle:#f1e0b7;
--fresh-water:#c3e0f4;
--airborne:#a1c1d4;
}