Color names in this palette
CSS code for this palette
/* CSS */
.wilted-brown {
color: #aa4c3c;
}
.clay-mug {
color: #d67a5c;
}
.terra-sol {
color: #e6b77a;
}
.venetian-yellow {
color: #f5e59e;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--wilted-brown:#aa4c3c;
--clay-mug:#d67a5c;
--terra-sol:#e6b77a;
--venetian-yellow:#f5e59e;
--sea-cliff:#a3c7e0;
}