Color names in this palette
CSS code for this palette
/* CSS */
.cliff-brown {
color: #cfad8c;
}
.folksy-gold {
color: #d89b69;
}
.celebration {
color: #e6c27a;
}
.artemis {
color: #d5a66d;
}
.airbrushed-copper {
color: #a76d52;
}
/* CSS Variables */
:root {
--cliff-brown:#cfad8c;
--folksy-gold:#d89b69;
--celebration:#e6c27a;
--artemis:#d5a66d;
--airbrushed-copper:#a76d52;
}