CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.touch-of-green {
color: #d9e9d3;
}
.blair {
color: #a1c2e3;
}
.calabrese {
color: #f4a8a4;
}
.tan-whirl {
color: #f2d7cf;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--touch-of-green:#d9e9d3;
--blair:#a1c2e3;
--calabrese:#f4a8a4;
--tan-whirl:#f2d7cf;
}