Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.antique-wicker-basket {
color: #f6d3a2;
}
.folksy-gold {
color: #d39969;
}
.emergency-zone {
color: #e1693d;
}
.wilted-brown {
color: #a94b3d;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--antique-wicker-basket:#f6d3a2;
--folksy-gold:#d39969;
--emergency-zone:#e1693d;
--wilted-brown:#a94b3d;
}