Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.woven-raffia {
color: #f2dfc0;
}
.tracery {
color: #d9bba0;
}
.twin-cities {
color: #a1c6c9;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--woven-raffia:#f2dfc0;
--tracery:#d9bba0;
--twin-cities:#a1c6c9;
--winter-shadow:#4f6c78;
}